Color Hex Logo

#59686f Color Hex

#59686F
(89,104,111)
0 Favorites   0 Comments

Color spaces of #59686f

RGB 89104111
HSL0.550.110.39
HSV199°20°44°
CMYK 0.200.060.00   0.56
XYZ11.939413.172216.9521
Yxy13.17220.28380.3131
Hunter Lab36.2935-4.7929-2.2879
CIE-Lab43.0216-3.9935-5.8318

#59686f color RGB value is (89,104,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101000 01101111
Octal 131 150 157
Decimal 89 104 111
Hex 59 68 6F

RGB Percentages of Color #59686f

%29.28
%34.21
%36.51

CMYK Percentages of Color #59686f

%20
%6
%0
%56

Triadic Colors of #59686f

#59686f #6f5968 #686f59

Analogous Colors of #59686f

#59686f #595d6f #596f6b

Monochromatic Colors of #59686f

#59686f

Complementary Color

#59686f #6f6059

#59686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59686f Color CSS Codes

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

#59686f Text Font Color

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

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


#59686f Background Color

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

This div background color is #59686f


#59686f Border Color

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

This div border color is #59686f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59686f


Comments

No comments written yet.

Please login to write comment.