COLOR #59565F

HEX: #59565F
RGB: (89,86,95)

Color info

#59565F contains red, green and blue colors in about the same proportion. Web safe color of #59565F is #666666 (or #666).

RGB color model

#59565F color RGB value is (89,86,95).

  • red value is 89;
  • green value is 86;
  • blue value is 95.
RGB:
(89,86,95)
(35%,34%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 95 of 255 = 37%

89
86
95

R + G + B ~ 35%. #59565F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 95 = 270 (100%)
R 89 of 270 ~ 32.96%
G 86 of 270 ~ 31.85%
B 95 of 270 ~ 35.19%

%32.96
%31.85
%35.19

CMYK color model

#59565F color CMYK value is (6,9,0,63).

  • cyan value is 6.32%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,9,0,63)
C6M9Y0K63 
(6%,9%,0%,63%)
(0.06/0.09/0.00/0.63)	

CMYK percentages

%6.32
%9.47
%0
%62.75

Codes

Color #59565F in popluar color models

59565F
RGB898695
HSL260°4.97%35.49%
HSB/HSV260°9.47%37.25%
CMYK6.32%9.47%0.00%
62.75%

Color #59565F in popluar number systems.

HEX59565F
Decimal898695
Binary101100110101101011111
Octal131126137

Shades and tints

Shades of #59565F

#59565F
(89,86,95)
#514F57
(81,79,87)
#49484F
(73,72,79)
#414147
(65,65,71)
#393A3F
(57,58,63)
#313337
(49,51,55)
#292C2F
(41,44,47)
#212527
(33,37,39)
#191E1F
(25,30,31)
#111717
(17,23,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #59565F

#59565F
(89,86,95)
#68656D
(104,101,109)
#77747B
(119,116,123)
#868389
(134,131,137)
#959297
(149,146,151)
#A4A1A5
(164,161,165)
#B3B0B3
(179,176,179)
#C2BFC1
(194,191,193)
#D1CECF
(209,206,207)
#E0DDDD
(224,221,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59565F color. Also use rgb(89,86,95) instead hex code.

Text Font Color

.myTextColor { color: #59565F; }

<p style="color:#59565F">This sample text font color is #59565F.</p>

This text font color is #59565F.


Background Color

.myBgColor { background-color: #59565F; }

<div style="background-color:#59565F">Inner text</div>

This div background color is #59565F.


Border color

.myBorderColor { border: 1px solid #59565F; }

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

This div border color is #59565F.


Opacity

.myOpacity80 { color: #59565F; opacity: 0.8; }

<p style="color:#59565F;opacity:0.8;">80%</p>

Text with #59565F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59565F;}

<p style="text-shadow: 3px 3px 1px #59565F">Text here.</p>

This text has shadow with #59565F color.

.textShadow {text-shadow: 3px 3px 1px #59565F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59565F, 5px 5px 20px red">Text here.</p>

This text has shadow with #59565F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59565F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59565F, Direction=45, Strength=4)">Text</p>

This text has shadow with #59565F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #59565F;
  -webkit-box-shadow:	1px 1px 3px 2px #59565F;
  box-shadow:		1px 1px 3px 2px #59565F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59565F;
-webkit-box-shadow: 1px 1px 3px 2px #59565F;
box-shadow:1px 1px 3px 2px #59565F;">
Div content here</div>
This div box has shadow with color #59565F.

Preview

Color preview on black background

This text has color #59565F on black background.


Color preview on white background

This text has color #59565F on white background.



Black color preview on #59565F background

This text has black color on #59565F background.


White color preview on #59565F background

This text has white color on #59565F background.