COLOR #555E70

HEX: #555E70
RGB: (85,94,112)

Color info

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

RGB color model

#555E70 color RGB value is (85,94,112).

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

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 112 of 255 = 44%

85
94
112

R + G + B ~ 38%. #555E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 112 = 291 (100%)
R 85 of 291 ~ 29.21%
G 94 of 291 ~ 32.3%
B 112 of 291 ~ 38.49%

%29.21
%32.3
%38.49

CMYK color model

#555E70 color CMYK value is (24,16,0,56).

  • cyan value is 24.11%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(24,16,0,56)
C24M16Y0K56 
(24%,16%,0%,56%)
(0.24/0.16/0.00/0.56)	

CMYK percentages

%24.11
%16.07
%0
%56.08

Codes

Color #555E70 in popluar color models

555E70
RGB8594112
HSL220°13.71%38.63%
HSB/HSV220°24.11%43.92%
CMYK24.11%16.07%0.00%
56.08%

Color #555E70 in popluar number systems.

HEX555E70
Decimal8594112
Binary101010110111101110000
Octal125136160

Shades and tints

Shades of #555E70

#555E70
(85,94,112)
#4E5666
(78,86,102)
#474E5C
(71,78,92)
#404652
(64,70,82)
#393E48
(57,62,72)
#32363E
(50,54,62)
#2B2E34
(43,46,52)
#24262A
(36,38,42)
#1D1E20
(29,30,32)
#161616
(22,22,22)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #555E70

#555E70
(85,94,112)
#646C7D
(100,108,125)
#737A8A
(115,122,138)
#828897
(130,136,151)
#9196A4
(145,150,164)
#A0A4B1
(160,164,177)
#AFB2BE
(175,178,190)
#BEC0CB
(190,192,203)
#CDCED8
(205,206,216)
#DCDCE5
(220,220,229)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E70; }

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

This text font color is #555E70.


Background Color

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

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

This div background color is #555E70.


Border color

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

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

This div border color is #555E70.


Opacity

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

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

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

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

This text has shadow with #555E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E70 on black background.


Color preview on white background

This text has color #555E70 on white background.



Black color preview on #555E70 background

This text has black color on #555E70 background.


White color preview on #555E70 background

This text has white color on #555E70 background.