COLOR #555E5B

HEX: #555E5B
RGB: (85,94,91)

Color info

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

RGB color model

#555E5B color RGB value is (85,94,91).

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

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 91 of 255 = 36%

85
94
91

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 91 = 270 (100%)
R 85 of 270 ~ 31.48%
G 94 of 270 ~ 34.81%
B 91 of 270 ~ 33.7%

%31.48
%34.81
%33.7

CMYK color model

#555E5B color CMYK value is (10,0,3,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 63.14%
CMYK:
(10,0,3,63)
C10M0Y3K63 
(10%,0%,3%,63%)
(0.10/0.00/0.03/0.63)	

CMYK percentages

%9.57
%0
%3.19
%63.14

Codes

Color #555E5B in popluar color models

555E5B
RGB859491
HSL160°5.03%35.10%
HSB/HSV160°9.57%36.86%
CMYK9.57%0.00%3.19%
63.14%

Color #555E5B in popluar number systems.

HEX555E5B
Decimal859491
Binary101010110111101011011
Octal125136133

Shades and tints

Shades of #555E5B

#555E5B
(85,94,91)
#4E5653
(78,86,83)
#474E4B
(71,78,75)
#404643
(64,70,67)
#393E3B
(57,62,59)
#323633
(50,54,51)
#2B2E2B
(43,46,43)
#242623
(36,38,35)
#1D1E1B
(29,30,27)
#161613
(22,22,19)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #555E5B

#555E5B
(85,94,91)
#646C69
(100,108,105)
#737A77
(115,122,119)
#828885
(130,136,133)
#919693
(145,150,147)
#A0A4A1
(160,164,161)
#AFB2AF
(175,178,175)
#BEC0BD
(190,192,189)
#CDCECB
(205,206,203)
#DCDCD9
(220,220,217)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555E5B color. Also use rgb(85,94,91) instead hex code.

Text Font Color

.myTextColor { color: #555E5B; }

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

This text font color is #555E5B.


Background Color

.myBgColor { background-color: #555E5B; }

<div style="background-color:#555E5B">Inner text</div>

This div background color is #555E5B.


Border color

.myBorderColor { border: 1px solid #555E5B; }

<div style="border:3px solid #555E5B">Div</div>

This div border color is #555E5B.


Opacity

.myOpacity80 { color: #555E5B; opacity: 0.8; }

<p style="color:#555E5B;opacity:0.8;">80%</p>

Text with #555E5B 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 #555E5B;}

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

This text has shadow with #555E5B color.

.textShadow {text-shadow: 3px 3px 1px #555E5B, 3px 3px 1px red;}

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

This text has shadow with #555E5B primary color and red secondary color.


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

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

This text has shadow with #555E5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E5B on black background.


Color preview on white background

This text has color #555E5B on white background.



Black color preview on #555E5B background

This text has black color on #555E5B background.


White color preview on #555E5B background

This text has white color on #555E5B background.