Color Hex Logo

#59646f Color Hex

#59646F
(89,100,111)
0 Favorites   0 Comments

Color spaces of #59646f

RGB 89100111
HSL0.580.110.39
HSV210°20°44°
CMYK 0.200.100.00   0.56
XYZ11.546212.385916.8211
Yxy12.38590.28330.3039
Hunter Lab35.1936-3.0271-3.7027
CIE-Lab41.8230-1.6068-7.6204

#59646f color RGB value is (89,100,111).

#59646f hex color red value is 89, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #59646f hue: 0.58 , saturation: 0.11 and the lightness value of 59646f is 0.39.

The process color (four color CMYK) of #59646f color hex is 0.20, 0.10, 0.00, 0.56. Web safe color of #59646f is #666666. Color #59646f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 01101111
Octal 131 144 157
Decimal 89 100 111
Hex 59 64 6F

RGB Percentages of Color #59646f

%29.67
%33.33
%37.00

CMYK Percentages of Color #59646f

%20
%10
%0
%56

Triadic Colors of #59646f

#59646f #6f5964 #646f59

Analogous Colors of #59646f

#59646f #59596f #596f6f

Monochromatic Colors of #59646f

#59646f

Complementary Color

#59646f #6f6459

#59646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59646f Color CSS Codes

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

#59646f Text Font Color

<p style="color:#59646f">Text here</p>

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


#59646f Background Color

<div style="background-color:#59646f">
Div content here</div>

This div background color is #59646f


#59646f Border Color

<div style="border:3px solid #59646f">
Div here</div>

This div border color is #59646f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,100,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59646f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59646f;
  -webkit-box-shadow: 1px 1px 3px 2px #59646f;
  box-shadow:         1px 1px 3px 2px #59646f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59646f


Comments

No comments written yet.

Please login to write comment.