Color Hex Logo

#537184 Color Hex

#537184
(83,113,132)
0 Favorites   0 Comments

Color spaces of #537184

RGB 83113132
HSL0.560.230.42
HSV203°37°52°
CMYK 0.370.140.00   0.48
XYZ13.637315.315224.0672
Yxy15.31520.25720.2889
Hunter Lab39.1346-6.2835-9.0682
CIE-Lab46.0629-5.7546-13.9206

#537184 color RGB value is (83,113,132).

#537184 hex color red value is 83, green value is 113 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #537184 hue: 0.56 , saturation: 0.23 and the lightness value of 537184 is 0.42.

The process color (four color CMYK) of #537184 color hex is 0.37, 0.14, 0.00, 0.48. Web safe color of #537184 is #666699. Color #537184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 10000100
Octal 123 161 204
Decimal 83 113 132
Hex 53 71 84

RGB Percentages of Color #537184

%25.30
%34.45
%40.24

CMYK Percentages of Color #537184

%37
%14
%0
%48

Triadic Colors of #537184

#537184 #845371 #718453

Analogous Colors of #537184

#537184 #535984 #53847f

Monochromatic Colors of #537184

#537184

Complementary Color

#537184 #846653

#537184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537184 Color CSS Codes

.mybgcolor {background-color:#537184; } 
.myforecolor {color:#537184; }
.mybordercolor {border:3px solid #537184; }

#537184 Text Font Color

<p style="color:#537184">Text here</p>

This sample text font color is #537184
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#537184 Background Color

<div style="background-color:#537184">
Div content here</div>

This div background color is #537184


#537184 Border Color

<div style="border:3px solid #537184">
Div here</div>

This div border color is #537184


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,113,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #537184; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #537184;
  -webkit-box-shadow: 1px 1px 3px 2px #537184;
  box-shadow:         1px 1px 3px 2px #537184; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,113,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #537184">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #537184;
  -webkit-box-shadow: 1px 1px 3px 2px #537184;
  box-shadow:         1px 1px 3px 2px #537184;">
Div content here</div>

This div box has shadow with color #537184

#537184 Color Palettes


Comments

No comments written yet.

Please login to write comment.