Color Hex Logo

#557572 Color Hex

#557572
(85,117,114)
0 Favorites   0 Comments

Color spaces of #557572

RGB 85117114
HSL0.480.160.40
HSV174°27°46°
CMYK 0.270.000.03   0.54
XYZ13.144915.868818.2898
Yxy15.86880.27790.3355
Hunter Lab39.8357-10.81130.6631
CIE-Lab46.8019-12.1289-2.0727

#557572 color RGB value is (85,117,114).

#557572 hex color red value is 85, green value is 117 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #557572 hue: 0.48 , saturation: 0.16 and the lightness value of 557572 is 0.40.

The process color (four color CMYK) of #557572 color hex is 0.27, 0.00, 0.03, 0.54. Web safe color of #557572 is #666666. Color #557572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110101 01110010
Octal 125 165 162
Decimal 85 117 114
Hex 55 75 72

RGB Percentages of Color #557572

%26.90
%37.03
%36.08

CMYK Percentages of Color #557572

%27
%0
%3
%54

Triadic Colors of #557572

#557572 #725575 #757255

Analogous Colors of #557572

#557572 #556875 #557562

Monochromatic Colors of #557572

#557572

Complementary Color

#557572 #755558

#557572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557572 Color CSS Codes

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

#557572 Text Font Color

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

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


#557572 Background Color

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

This div background color is #557572


#557572 Border Color

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

This div border color is #557572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557572


Comments

No comments written yet.

Please login to write comment.