Color Hex Logo

#577d8a Color Hex

#577D8A
(87,125,138)
0 Favorites   0 Comments

Color spaces of #577d8a

RGB 87125138
HSL0.540.230.44
HSV195°37°54°
CMYK 0.370.090.00   0.46
XYZ15.851518.528426.7856
Yxy18.52840.25920.3029
Hunter Lab43.0446-9.5942-6.7635
CIE-Lab50.1308-9.8263-11.2985

#577d8a color RGB value is (87,125,138).

#577d8a hex color red value is 87, green value is 125 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #577d8a hue: 0.54 , saturation: 0.23 and the lightness value of 577d8a is 0.44.

The process color (four color CMYK) of #577d8a color hex is 0.37, 0.09, 0.00, 0.46. Web safe color of #577d8a is #666699. Color #577d8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 10001010
Octal 127 175 212
Decimal 87 125 138
Hex 57 7D 8A

RGB Percentages of Color #577d8a

%24.86
%35.71
%39.43

CMYK Percentages of Color #577d8a

%37
%9
%0
%46

Triadic Colors of #577d8a

#577d8a #8a577d #7d8a57

Analogous Colors of #577d8a

#577d8a #57648a #578a7e

Monochromatic Colors of #577d8a

#577d8a

Complementary Color

#577d8a #8a6457

#577d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#577d8a Color CSS Codes

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

#577d8a Text Font Color

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

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


#577d8a Background Color

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

This div background color is #577d8a


#577d8a Border Color

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

This div border color is #577d8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,125,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #577d8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #577d8a;
  -webkit-box-shadow: 1px 1px 3px 2px #577d8a;
  box-shadow:         1px 1px 3px 2px #577d8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577d8a


Comments

No comments written yet.

Please login to write comment.