Color Hex Logo

#59906b Color Hex

#59906B
(89,144,107)
0 Favorites   0 Comments

Color spaces of #59906b

RGB 89144107
HSL0.390.240.46
HSV140°38°56°
CMYK 0.380.000.26   0.44
XYZ16.746923.131917.4922
Yxy23.13190.29190.4032
Hunter Lab48.0956-22.013712.1034
CIE-Lab55.2079-26.622914.0485

#59906b color RGB value is (89,144,107).

#59906b hex color red value is 89, green value is 144 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #59906b hue: 0.39 , saturation: 0.24 and the lightness value of 59906b is 0.46.

The process color (four color CMYK) of #59906b color hex is 0.38, 0.00, 0.26, 0.44. Web safe color of #59906b is #669966. Color #59906b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010000 01101011
Octal 131 220 153
Decimal 89 144 107
Hex 59 90 6B

RGB Percentages of Color #59906b

%26.18
%42.35
%31.47

CMYK Percentages of Color #59906b

%38
%0
%26
%44

Triadic Colors of #59906b

#59906b #6b5990 #906b59

Analogous Colors of #59906b

#59906b #599087 #639059

Monochromatic Colors of #59906b

#59906b

Complementary Color

#59906b #90597e

#59906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59906b Color CSS Codes

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

#59906b Text Font Color

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

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


#59906b Background Color

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

This div background color is #59906b


#59906b Border Color

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

This div border color is #59906b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,144,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59906b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59906b;
  -webkit-box-shadow: 1px 1px 3px 2px #59906b;
  box-shadow:         1px 1px 3px 2px #59906b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59906b


Comments

No comments written yet.

Please login to write comment.