Color Hex Logo

#577d6b Color Hex

#577D6B
(87,125,107)
0 Favorites   0 Comments

Color spaces of #577d6b

RGB 87125107
HSL0.420.180.42
HSV152°30°49°
CMYK 0.300.000.14   0.51
XYZ13.917917.755016.6034
Yxy17.75500.28830.3678
Hunter Lab42.1367-14.78006.1332
CIE-Lab49.1976-17.48295.5594

#577d6b color RGB value is (87,125,107).

#577d6b hex color red value is 87, green value is 125 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #577d6b hue: 0.42 , saturation: 0.18 and the lightness value of 577d6b is 0.42.

The process color (four color CMYK) of #577d6b color hex is 0.30, 0.00, 0.14, 0.51. Web safe color of #577d6b is #666666. Color #577d6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111101 01101011
Octal 127 175 153
Decimal 87 125 107
Hex 57 7D 6B

RGB Percentages of Color #577d6b

%27.27
%39.18
%33.54

CMYK Percentages of Color #577d6b

%30
%0
%14
%51

Triadic Colors of #577d6b

#577d6b #6b577d #7d6b57

Analogous Colors of #577d6b

#577d6b #577c7d #577d58

Monochromatic Colors of #577d6b

#577d6b

Complementary Color

#577d6b #7d5769

#577d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#577d6b Color CSS Codes

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

#577d6b Text Font Color

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

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


#577d6b Background Color

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

This div background color is #577d6b


#577d6b Border Color

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

This div border color is #577d6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577d6b


Comments

No comments written yet.

Please login to write comment.