COLOR #59566B

HEX: #59566B
RGB: (89,86,107)

Color info

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

RGB color model

#59566B color RGB value is (89,86,107).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 107 of 255 = 42%

89
86
107

R + G + B ~ 37%. #59566B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 107 = 282 (100%)
R 89 of 282 ~ 31.56%
G 86 of 282 ~ 30.5%
B 107 of 282 ~ 37.94%

%31.56
%30.5
%37.94

CMYK color model

#59566B color CMYK value is (17,20,0,58).

  • cyan value is 16.82%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(17,20,0,58)
C17M20Y0K58 
(17%,20%,0%,58%)
(0.17/0.20/0.00/0.58)	

CMYK percentages

%16.82
%19.63
%0
%58.04

Codes

Color #59566B in popluar color models

59566B
RGB8986107
HSL249°10.88%37.84%
HSB/HSV249°19.63%41.96%
CMYK16.82%19.63%0.00%
58.04%

Color #59566B in popluar number systems.

HEX59566B
Decimal8986107
Binary101100110101101101011
Octal131126153

Shades and tints

Shades of #59566B

#59566B
(89,86,107)
#514F62
(81,79,98)
#494859
(73,72,89)
#414150
(65,65,80)
#393A47
(57,58,71)
#31333E
(49,51,62)
#292C35
(41,44,53)
#21252C
(33,37,44)
#191E23
(25,30,35)
#11171A
(17,23,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #59566B

#59566B
(89,86,107)
#686578
(104,101,120)
#777485
(119,116,133)
#868392
(134,131,146)
#95929F
(149,146,159)
#A4A1AC
(164,161,172)
#B3B0B9
(179,176,185)
#C2BFC6
(194,191,198)
#D1CED3
(209,206,211)
#E0DDE0
(224,221,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59566B color. Also use rgb(89,86,107) instead hex code.

Text Font Color

.myTextColor { color: #59566B; }

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

This text font color is #59566B.


Background Color

.myBgColor { background-color: #59566B; }

<div style="background-color:#59566B">Inner text</div>

This div background color is #59566B.


Border color

.myBorderColor { border: 1px solid #59566B; }

<div style="border:3px solid #59566B">Div</div>

This div border color is #59566B.


Opacity

.myOpacity80 { color: #59566B; opacity: 0.8; }

<p style="color:#59566B;opacity:0.8;">80%</p>

Text with #59566B 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 #59566B;}

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

This text has shadow with #59566B color.

.textShadow {text-shadow: 3px 3px 1px #59566B, 3px 3px 1px red;}

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

This text has shadow with #59566B primary color and red secondary color.


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

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

This text has shadow with #59566B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59566B on black background.


Color preview on white background

This text has color #59566B on white background.



Black color preview on #59566B background

This text has black color on #59566B background.


White color preview on #59566B background

This text has white color on #59566B background.