COLOR #555A5B

HEX: #555A5B
RGB: (85,90,91)

Color info

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

RGB color model

#555A5B color RGB value is (85,90,91).

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

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 91 of 255 = 36%

85
90
91

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 91 = 266 (100%)
R 85 of 266 ~ 31.95%
G 90 of 266 ~ 33.83%
B 91 of 266 ~ 34.21%

%31.95
%33.83
%34.21

CMYK color model

#555A5B color CMYK value is (7,1,0,64).

  • cyan value is 6.59%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(7,1,0,64)
C7M1Y0K64 
(7%,1%,0%,64%)
(0.07/0.01/0.00/0.64)	

CMYK percentages

%6.59
%1.1
%0
%64.31

Codes

Color #555A5B in popluar color models

555A5B
RGB859091
HSL190°3.41%34.51%
HSB/HSV190°6.59%35.69%
CMYK6.59%1.10%0.00%
64.31%

Color #555A5B in popluar number systems.

HEX555A5B
Decimal859091
Binary101010110110101011011
Octal125132133

Shades and tints

Shades of #555A5B

#555A5B
(85,90,91)
#4E5253
(78,82,83)
#474A4B
(71,74,75)
#404243
(64,66,67)
#393A3B
(57,58,59)
#323233
(50,50,51)
#2B2A2B
(43,42,43)
#242223
(36,34,35)
#1D1A1B
(29,26,27)
#161213
(22,18,19)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #555A5B

#555A5B
(85,90,91)
#646969
(100,105,105)
#737877
(115,120,119)
#828785
(130,135,133)
#919693
(145,150,147)
#A0A5A1
(160,165,161)
#AFB4AF
(175,180,175)
#BEC3BD
(190,195,189)
#CDD2CB
(205,210,203)
#DCE1D9
(220,225,217)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A5B; }

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

This text font color is #555A5B.


Background Color

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

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

This div background color is #555A5B.


Border color

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

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

This div border color is #555A5B.


Opacity

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

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

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

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

This text has shadow with #555A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A5B on black background.


Color preview on white background

This text has color #555A5B on white background.



Black color preview on #555A5B background

This text has black color on #555A5B background.


White color preview on #555A5B background

This text has white color on #555A5B background.