Color Hex Logo

#537389 Color Hex

#537389
(83,115,137)
0 Favorites   0 Comments

Color spaces of #537389

RGB 83115137
HSL0.570.250.43
HSV204°39°54°
CMYK 0.390.160.00   0.46
XYZ14.213415.906625.9881
Yxy15.90660.25330.2835
Hunter Lab39.8831-6.1821-10.7156
CIE-Lab46.8517-5.5193-15.6958

#537389 color RGB value is (83,115,137).

#537389 hex color red value is 83, green value is 115 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #537389 hue: 0.57 , saturation: 0.25 and the lightness value of 537389 is 0.43.

The process color (four color CMYK) of #537389 color hex is 0.39, 0.16, 0.00, 0.46. Web safe color of #537389 is #666699. Color #537389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110011 10001001
Octal 123 163 211
Decimal 83 115 137
Hex 53 73 89

RGB Percentages of Color #537389

%24.78
%34.33
%40.90

CMYK Percentages of Color #537389

%39
%16
%0
%46

Triadic Colors of #537389

#537389 #895373 #738953

Analogous Colors of #537389

#537389 #535889 #538984

Monochromatic Colors of #537389

#537389

Complementary Color

#537389 #896953

#537389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537389 Color CSS Codes

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

#537389 Text Font Color

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

This sample text font color is #537389
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.


#537389 Background Color

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

This div background color is #537389


#537389 Border Color

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

This div border color is #537389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537389


Comments

No comments written yet.

Please login to write comment.