COLOR #555B5E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
91
94

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

Portions of RGB colors in percentages

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

%31.48
%33.7
%34.81

CMYK color model

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

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

CMYK percentages

%9.57
%3.19
%0
%63.14

Codes

Color #555B5E in popluar color models

555B5E
RGB859194
HSL200°5.03%35.10%
HSB/HSV200°9.57%36.86%
CMYK9.57%3.19%0.00%
63.14%

Color #555B5E in popluar number systems.

HEX555B5E
Decimal859194
Binary101010110110111011110
Octal125133136

Shades and tints

Shades of #555B5E

#555B5E
(85,91,94)
#4E5356
(78,83,86)
#474B4E
(71,75,78)
#404346
(64,67,70)
#393B3E
(57,59,62)
#323336
(50,51,54)
#2B2B2E
(43,43,46)
#242326
(36,35,38)
#1D1B1E
(29,27,30)
#161316
(22,19,22)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #555B5E

#555B5E
(85,91,94)
#64696C
(100,105,108)
#73777A
(115,119,122)
#828588
(130,133,136)
#919396
(145,147,150)
#A0A1A4
(160,161,164)
#AFAFB2
(175,175,178)
#BEBDC0
(190,189,192)
#CDCBCE
(205,203,206)
#DCD9DC
(220,217,220)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B5E; }

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

This text font color is #555B5E.


Background Color

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

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

This div background color is #555B5E.


Border color

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

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

This div border color is #555B5E.


Opacity

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

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

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

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

This text has shadow with #555B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555B5E on black background.


Color preview on white background

This text has color #555B5E on white background.



Black color preview on #555B5E background

This text has black color on #555B5E background.


White color preview on #555B5E background

This text has white color on #555B5E background.