COLOR #555E57

HEX: #555E57
RGB: (85,94,87)

Color info

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

RGB color model

#555E57 color RGB value is (85,94,87).

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

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 87 of 255 = 34%

85
94
87

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 87 = 266 (100%)
R 85 of 266 ~ 31.95%
G 94 of 266 ~ 35.34%
B 87 of 266 ~ 32.71%

%31.95
%35.34
%32.71

CMYK color model

#555E57 color CMYK value is (10,0,7,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(10,0,7,63)
C10M0Y7K63 
(10%,0%,7%,63%)
(0.10/0.00/0.07/0.63)	

CMYK percentages

%9.57
%0
%7.45
%63.14

Codes

Color #555E57 in popluar color models

555E57
RGB859487
HSL133°5.03%35.10%
HSB/HSV133°9.57%36.86%
CMYK9.57%0.00%7.45%
63.14%

Color #555E57 in popluar number systems.

HEX555E57
Decimal859487
Binary101010110111101010111
Octal125136127

Shades and tints

Shades of #555E57

#555E57
(85,94,87)
#4E5650
(78,86,80)
#474E49
(71,78,73)
#404642
(64,70,66)
#393E3B
(57,62,59)
#323634
(50,54,52)
#2B2E2D
(43,46,45)
#242626
(36,38,38)
#1D1E1F
(29,30,31)
#161618
(22,22,24)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #555E57

#555E57
(85,94,87)
#646C66
(100,108,102)
#737A75
(115,122,117)
#828884
(130,136,132)
#919693
(145,150,147)
#A0A4A2
(160,164,162)
#AFB2B1
(175,178,177)
#BEC0C0
(190,192,192)
#CDCECF
(205,206,207)
#DCDCDE
(220,220,222)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E57; }

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

This text font color is #555E57.


Background Color

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

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

This div background color is #555E57.


Border color

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

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

This div border color is #555E57.


Opacity

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

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

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

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

This text has shadow with #555E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E57 on black background.


Color preview on white background

This text has color #555E57 on white background.



Black color preview on #555E57 background

This text has black color on #555E57 background.


White color preview on #555E57 background

This text has white color on #555E57 background.