COLOR #555A5E

HEX: #555A5E
RGB: (85,90,94)

Color info

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

RGB color model

#555A5E color RGB value is (85,90,94).

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

RGB channels and saturation

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

85
90
94

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

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 94 = 269 (100%)
R 85 of 269 ~ 31.6%
G 90 of 269 ~ 33.46%
B 94 of 269 ~ 34.94%

%31.6
%33.46
%34.94

CMYK color model

#555A5E color CMYK value is (10,4,0,63).

  • cyan value is 9.57%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,4,0,63)
C10M4Y0K63 
(10%,4%,0%,63%)
(0.10/0.04/0.00/0.63)	

CMYK percentages

%9.57
%4.26
%0
%63.14

Codes

Color #555A5E in popluar color models

555A5E
RGB859094
HSL207°5.03%35.10%
HSB/HSV207°9.57%36.86%
CMYK9.57%4.26%0.00%
63.14%

Color #555A5E in popluar number systems.

HEX555A5E
Decimal859094
Binary101010110110101011110
Octal125132136

Shades and tints

Shades of #555A5E

#555A5E
(85,90,94)
#4E5256
(78,82,86)
#474A4E
(71,74,78)
#404246
(64,66,70)
#393A3E
(57,58,62)
#323236
(50,50,54)
#2B2A2E
(43,42,46)
#242226
(36,34,38)
#1D1A1E
(29,26,30)
#161216
(22,18,22)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #555A5E

#555A5E
(85,90,94)
#64696C
(100,105,108)
#73787A
(115,120,122)
#828788
(130,135,136)
#919696
(145,150,150)
#A0A5A4
(160,165,164)
#AFB4B2
(175,180,178)
#BEC3C0
(190,195,192)
#CDD2CE
(205,210,206)
#DCE1DC
(220,225,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A5E; }

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

This text font color is #555A5E.


Background Color

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

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

This div background color is #555A5E.


Border color

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

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

This div border color is #555A5E.


Opacity

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

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

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

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

This text has shadow with #555A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A5E on black background.


Color preview on white background

This text has color #555A5E on white background.



Black color preview on #555A5E background

This text has black color on #555A5E background.


White color preview on #555A5E background

This text has white color on #555A5E background.