COLOR #59555E

HEX: #59555E
RGB: (89,85,94)

Color info

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

RGB color model

#59555E color RGB value is (89,85,94).

  • red value is 89;
  • green value is 85;
  • blue value is 94.
RGB:
(89,85,94)
(35%,33%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 94 of 255 = 37%

89
85
94

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

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 94 = 268 (100%)
R 89 of 268 ~ 33.21%
G 85 of 268 ~ 31.72%
B 94 of 268 ~ 35.07%

%33.21
%31.72
%35.07

CMYK color model

#59555E color CMYK value is (5,10,0,63).

  • cyan value is 5.32%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(5,10,0,63)
C5M10Y0K63 
(5%,10%,0%,63%)
(0.05/0.10/0.00/0.63)	

CMYK percentages

%5.32
%9.57
%0
%63.14

Codes

Color #59555E in popluar color models

59555E
RGB898594
HSL267°5.03%35.10%
HSB/HSV267°9.57%36.86%
CMYK5.32%9.57%0.00%
63.14%

Color #59555E in popluar number systems.

HEX59555E
Decimal898594
Binary101100110101011011110
Octal131125136

Shades and tints

Shades of #59555E

#59555E
(89,85,94)
#514E56
(81,78,86)
#49474E
(73,71,78)
#414046
(65,64,70)
#39393E
(57,57,62)
#313236
(49,50,54)
#292B2E
(41,43,46)
#212426
(33,36,38)
#191D1E
(25,29,30)
#111616
(17,22,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #59555E

#59555E
(89,85,94)
#68646C
(104,100,108)
#77737A
(119,115,122)
#868288
(134,130,136)
#959196
(149,145,150)
#A4A0A4
(164,160,164)
#B3AFB2
(179,175,178)
#C2BEC0
(194,190,192)
#D1CDCE
(209,205,206)
#E0DCDC
(224,220,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59555E color. Also use rgb(89,85,94) instead hex code.

Text Font Color

.myTextColor { color: #59555E; }

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

This text font color is #59555E.


Background Color

.myBgColor { background-color: #59555E; }

<div style="background-color:#59555E">Inner text</div>

This div background color is #59555E.


Border color

.myBorderColor { border: 1px solid #59555E; }

<div style="border:3px solid #59555E">Div</div>

This div border color is #59555E.


Opacity

.myOpacity80 { color: #59555E; opacity: 0.8; }

<p style="color:#59555E;opacity:0.8;">80%</p>

Text with #59555E 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 #59555E;}

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

This text has shadow with #59555E color.

.textShadow {text-shadow: 3px 3px 1px #59555E, 3px 3px 1px red;}

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

This text has shadow with #59555E primary color and red secondary color.


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

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

This text has shadow with #59555E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59555E on black background.


Color preview on white background

This text has color #59555E on white background.



Black color preview on #59555E background

This text has black color on #59555E background.


White color preview on #59555E background

This text has white color on #59555E background.