Color Hex Logo

#577387 Color Hex

#577387
(87,115,135)
0 Favorites   0 Comments

Color spaces of #577387

RGB 87115135
HSL0.570.220.44
HSV205°36°53°
CMYK 0.360.150.00   0.47
XYZ14.434416.037025.2563
Yxy16.03700.25900.2878
Hunter Lab40.0462-5.7417-9.3606
CIE-Lab47.0230-4.8892-14.2249

#577387 color RGB value is (87,115,135).

#577387 hex color red value is 87, green value is 115 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #577387 hue: 0.57 , saturation: 0.22 and the lightness value of 577387 is 0.44.

The process color (four color CMYK) of #577387 color hex is 0.36, 0.15, 0.00, 0.47. Web safe color of #577387 is #666699. Color #577387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110011 10000111
Octal 127 163 207
Decimal 87 115 135
Hex 57 73 87

RGB Percentages of Color #577387

%25.82
%34.12
%40.06

CMYK Percentages of Color #577387

%36
%15
%0
%47

Triadic Colors of #577387

#577387 #875773 #738757

Analogous Colors of #577387

#577387 #575b87 #578783

Monochromatic Colors of #577387

#577387

Complementary Color

#577387 #876b57

#577387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577387 Color CSS Codes

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

#577387 Text Font Color

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

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


#577387 Background Color

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

This div background color is #577387


#577387 Border Color

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

This div border color is #577387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577387


Comments

No comments written yet.

Please login to write comment.