COLOR #59565B

HEX: #59565B
RGB: (89,86,91)

Color info

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

RGB color model

#59565B color RGB value is (89,86,91).

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

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 91 of 255 = 36%

89
86
91

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

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 91 = 266 (100%)
R 89 of 266 ~ 33.46%
G 86 of 266 ~ 32.33%
B 91 of 266 ~ 34.21%

%33.46
%32.33
%34.21

CMYK color model

#59565B color CMYK value is (2,5,0,64).

  • cyan value is 2.20%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(2,5,0,64)
C2M5Y0K64 
(2%,5%,0%,64%)
(0.02/0.05/0.00/0.64)	

CMYK percentages

%2.2
%5.49
%0
%64.31

Codes

Color #59565B in popluar color models

59565B
RGB898691
HSL276°2.82%34.71%
HSB/HSV276°5.49%35.69%
CMYK2.20%5.49%0.00%
64.31%

Color #59565B in popluar number systems.

HEX59565B
Decimal898691
Binary101100110101101011011
Octal131126133

Shades and tints

Shades of #59565B

#59565B
(89,86,91)
#514F53
(81,79,83)
#49484B
(73,72,75)
#414143
(65,65,67)
#393A3B
(57,58,59)
#313333
(49,51,51)
#292C2B
(41,44,43)
#212523
(33,37,35)
#191E1B
(25,30,27)
#111713
(17,23,19)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #59565B

#59565B
(89,86,91)
#686569
(104,101,105)
#777477
(119,116,119)
#868385
(134,131,133)
#959293
(149,146,147)
#A4A1A1
(164,161,161)
#B3B0AF
(179,176,175)
#C2BFBD
(194,191,189)
#D1CECB
(209,206,203)
#E0DDD9
(224,221,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59565B; }

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

This text font color is #59565B.


Background Color

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

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

This div background color is #59565B.


Border color

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

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

This div border color is #59565B.


Opacity

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

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

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

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

This text has shadow with #59565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59565B on black background.


Color preview on white background

This text has color #59565B on white background.



Black color preview on #59565B background

This text has black color on #59565B background.


White color preview on #59565B background

This text has white color on #59565B background.