COLOR #5E5559

HEX: #5E5559
RGB: (94,85,89)

Color info

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

RGB color model

#5E5559 color RGB value is (94,85,89).

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

RGB channels and saturation

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

94
85
89

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

Portions of RGB colors in percentages

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

%35.07
%31.72
%33.21

CMYK color model

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

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

CMYK percentages

%0
%9.57
%5.32
%63.14

Codes

Color #5E5559 in popluar color models

5E5559
RGB948589
HSL333°5.03%35.10%
HSB/HSV333°9.57%36.86%
CMYK0.00%9.57%5.32%
63.14%

Color #5E5559 in popluar number systems.

HEX5E5559
Decimal948589
Binary101111010101011011001
Octal136125131

Shades and tints

Shades of #5E5559

#5E5559
(94,85,89)
#564E51
(86,78,81)
#4E4749
(78,71,73)
#464041
(70,64,65)
#3E3939
(62,57,57)
#363231
(54,50,49)
#2E2B29
(46,43,41)
#262421
(38,36,33)
#1E1D19
(30,29,25)
#161611
(22,22,17)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #5E5559

#5E5559
(94,85,89)
#6C6468
(108,100,104)
#7A7377
(122,115,119)
#888286
(136,130,134)
#969195
(150,145,149)
#A4A0A4
(164,160,164)
#B2AFB3
(178,175,179)
#C0BEC2
(192,190,194)
#CECDD1
(206,205,209)
#DCDCE0
(220,220,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5559; }

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

This text font color is #5E5559.


Background Color

.myBgColor { background-color: #5E5559; }

<div style="background-color:#5E5559">Inner text</div>

This div background color is #5E5559.


Border color

.myBorderColor { border: 1px solid #5E5559; }

<div style="border:3px solid #5E5559">Div</div>

This div border color is #5E5559.


Opacity

.myOpacity80 { color: #5E5559; opacity: 0.8; }

<p style="color:#5E5559;opacity:0.8;">80%</p>

Text with #5E5559 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 #5E5559;}

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

This text has shadow with #5E5559 color.

.textShadow {text-shadow: 3px 3px 1px #5E5559, 3px 3px 1px red;}

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

This text has shadow with #5E5559 primary color and red secondary color.


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

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

This text has shadow with #5E5559 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5559 on black background.


Color preview on white background

This text has color #5E5559 on white background.



Black color preview on #5E5559 background

This text has black color on #5E5559 background.


White color preview on #5E5559 background

This text has white color on #5E5559 background.