Color Hex Logo

#59565e Color Hex

#59565E
(89,86,94)
0 Favorites   0 Comments

Color spaces of #59565e

RGB 898694
HSL0.730.040.35
HSV263°37°
CMYK 0.050.090.00   0.63
XYZ9.46809.587611.9412
Yxy9.58760.30550.3093
Hunter Lab30.96380.3943-1.1905
CIE-Lab37.09192.9361-4.1948

#59565e color RGB value is (89,86,94).

#59565e hex color red value is 89, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #59565e hue: 0.73 , saturation: 0.04 and the lightness value of 59565e is 0.35.

The process color (four color CMYK) of #59565e color hex is 0.05, 0.09, 0.00, 0.63. Web safe color of #59565e is #666666. Color #59565e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 01011110
Octal 131 126 136
Decimal 89 86 94
Hex 59 56 5E

RGB Percentages of Color #59565e

%33.09
%31.97
%34.94

CMYK Percentages of Color #59565e

%5
%9
%0
%63

Triadic Colors of #59565e

#59565e #5e5956 #565e59

Analogous Colors of #59565e

#59565e #5d565e #56575e

Monochromatic Colors of #59565e

#59565e

Complementary Color

#59565e #5b5e56

#59565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59565e Color CSS Codes

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

#59565e Text Font Color

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

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


#59565e Background Color

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

This div background color is #59565e


#59565e Border Color

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

This div border color is #59565e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,86,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59565e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59565e;
  -webkit-box-shadow: 1px 1px 3px 2px #59565e;
  box-shadow:         1px 1px 3px 2px #59565e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59565e


Comments

No comments written yet.

Please login to write comment.