Color Hex Logo

#557960 Color Hex

#557960
(85,121,96)
0 Favorites   0 Comments

Color spaces of #557960

RGB 8512196
HSL0.380.170.40
HSV138°30°47°
CMYK 0.300.000.21   0.53
XYZ12.695016.450613.5725
Yxy16.45060.29720.3851
Hunter Lab40.5593-15.10878.5511
CIE-Lab47.5602-18.38179.6794

#557960 color RGB value is (85,121,96).

#557960 hex color red value is 85, green value is 121 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #557960 hue: 0.38 , saturation: 0.17 and the lightness value of 557960 is 0.40.

The process color (four color CMYK) of #557960 color hex is 0.30, 0.00, 0.21, 0.53. Web safe color of #557960 is #666666. Color #557960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 01100000
Octal 125 171 140
Decimal 85 121 96
Hex 55 79 60

RGB Percentages of Color #557960

%28.15
%40.07
%31.79

CMYK Percentages of Color #557960

%30
%0
%21
%53

Triadic Colors of #557960

#557960 #605579 #796055

Analogous Colors of #557960

#557960 #557972 #5c7955

Monochromatic Colors of #557960

#557960

Complementary Color

#557960 #79556e

#557960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557960 Color CSS Codes

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

#557960 Text Font Color

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

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


#557960 Background Color

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

This div background color is #557960


#557960 Border Color

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

This div border color is #557960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557960


Comments

No comments written yet.

Please login to write comment.