Color Hex Logo

#59755b Color Hex

#59755B
(89,117,91)
0 Favorites   0 Comments

Color spaces of #59755b

RGB 8911791
HSL0.350.140.40
HSV124°24°46°
CMYK 0.240.000.22   0.54
XYZ12.369415.601812.2570
Yxy15.60180.30750.3878
Hunter Lab39.4991-13.22509.2511
CIE-Lab46.4477-15.790411.0993

#59755b color RGB value is (89,117,91).

#59755b hex color red value is 89, green value is 117 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #59755b hue: 0.35 , saturation: 0.14 and the lightness value of 59755b is 0.40.

The process color (four color CMYK) of #59755b color hex is 0.24, 0.00, 0.22, 0.54. Web safe color of #59755b is #666666. Color #59755b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110101 01011011
Octal 131 165 133
Decimal 89 117 91
Hex 59 75 5B

RGB Percentages of Color #59755b

%29.97
%39.39
%30.64

CMYK Percentages of Color #59755b

%24
%0
%22
%54

Triadic Colors of #59755b

#59755b #5b5975 #755b59

Analogous Colors of #59755b

#59755b #597569 #657559

Monochromatic Colors of #59755b

#59755b

Complementary Color

#59755b #755973

#59755b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59755b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59755b Color CSS Codes

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

#59755b Text Font Color

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

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


#59755b Background Color

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

This div background color is #59755b


#59755b Border Color

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

This div border color is #59755b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59755b


Comments

No comments written yet.

Please login to write comment.