Color Hex Logo

#59776c Color Hex

#59776C
(89,119,108)
0 Favorites   0 Comments

Color spaces of #59776c

RGB 89119108
HSL0.440.140.41
HSV158°25°47°
CMYK 0.250.000.09   0.53
XYZ13.423416.400216.6454
Yxy16.40020.28890.3529
Hunter Lab40.4972-11.70353.9783
CIE-Lab47.4952-13.30402.5342

#59776c color RGB value is (89,119,108).

#59776c hex color red value is 89, green value is 119 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #59776c hue: 0.44 , saturation: 0.14 and the lightness value of 59776c is 0.41.

The process color (four color CMYK) of #59776c color hex is 0.25, 0.00, 0.09, 0.53. Web safe color of #59776c is #666666. Color #59776c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110111 01101100
Octal 131 167 154
Decimal 89 119 108
Hex 59 77 6C

RGB Percentages of Color #59776c

%28.16
%37.66
%34.18

CMYK Percentages of Color #59776c

%25
%0
%9
%53

Triadic Colors of #59776c

#59776c #6c5977 #776c59

Analogous Colors of #59776c

#59776c #597377 #59775d

Monochromatic Colors of #59776c

#59776c

Complementary Color

#59776c #775964

#59776c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59776c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59776c Color CSS Codes

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

#59776c Text Font Color

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

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


#59776c Background Color

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

This div background color is #59776c


#59776c Border Color

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

This div border color is #59776c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,119,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59776c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59776c;
  -webkit-box-shadow: 1px 1px 3px 2px #59776c;
  box-shadow:         1px 1px 3px 2px #59776c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,119,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59776c


Comments

No comments written yet.

Please login to write comment.