Color Hex Logo

#577574 Color Hex

#577574
(87,117,116)
0 Favorites   0 Comments

Color spaces of #577574

RGB 87117116
HSL0.490.150.40
HSV178°26°46°
CMYK 0.260.000.01   0.54
XYZ13.444216.009818.9046
Yxy16.00980.27800.3311
Hunter Lab40.0122-10.0451-0.0042
CIE-Lab46.9873-10.9805-2.9759

#577574 color RGB value is (87,117,116).

#577574 hex color red value is 87, green value is 117 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #577574 hue: 0.49 , saturation: 0.15 and the lightness value of 577574 is 0.40.

The process color (four color CMYK) of #577574 color hex is 0.26, 0.00, 0.01, 0.54. Web safe color of #577574 is #666666. Color #577574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110101 01110100
Octal 127 165 164
Decimal 87 117 116
Hex 57 75 74

RGB Percentages of Color #577574

%27.19
%36.56
%36.25

CMYK Percentages of Color #577574

%26
%0
%1
%54

Triadic Colors of #577574

#577574 #745775 #757457

Analogous Colors of #577574

#577574 #576775 #577565

Monochromatic Colors of #577574

#577574

Complementary Color

#577574 #755758

#577574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577574 Color CSS Codes

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

#577574 Text Font Color

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

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


#577574 Background Color

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

This div background color is #577574


#577574 Border Color

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

This div border color is #577574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577574


Comments

No comments written yet.

Please login to write comment.