Color Hex Logo

#59806c Color Hex

#59806C
(89,128,108)
0 Favorites   0 Comments

Color spaces of #59806c

RGB 89128108
HSL0.410.180.43
HSV149°30°50°
CMYK 0.300.000.16   0.50
XYZ14.545818.644917.0195
Yxy18.64490.28970.3713
Hunter Lab43.1797-15.43396.8564
CIE-Lab50.2691-18.19676.5216

#59806c color RGB value is (89,128,108).

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

The process color (four color CMYK) of #59806c color hex is 0.30, 0.00, 0.16, 0.50. Web safe color of #59806c is #669966. Color #59806c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000000 01101100
Octal 131 200 154
Decimal 89 128 108
Hex 59 80 6C

RGB Percentages of Color #59806c

%27.38
%39.38
%33.23

CMYK Percentages of Color #59806c

%30
%0
%16
%50

Triadic Colors of #59806c

#59806c #6c5980 #806c59

Analogous Colors of #59806c

#59806c #598080 #5a8059

Monochromatic Colors of #59806c

#59806c

Complementary Color

#59806c #80596d

#59806c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59806c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59806c Color CSS Codes

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

#59806c Text Font Color

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

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


#59806c Background Color

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

This div background color is #59806c


#59806c Border Color

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

This div border color is #59806c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,128,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 #59806c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59806c


Comments

No comments written yet.

Please login to write comment.