COLOR #555F70

HEX: #555F70 RGB: (85,95,112)

Color info

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

RGB color model

#555F70 color RGB value is (85,95,112).

RGB: (85,95,112) (33%, 37%, 44%)

RGB channels and saturation

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

85
95
112

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

Portions of RGB colors in percentages

R + G + B = 85 + 95 + 112 = 292 (100%)
R 85 of 292 ~ 29.11%
G 95 of 292 ~ 32.53%
B 112 of 292 ~ 38.36'%

%29.11
%32.53
%38.36

CMYK color model

#555F70 color CMYK value is (24,15,0,56).

  • cyan value is 24.11%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (24,15,0,56) C24M15Y0K56 (24%,15%,0%,56%) (0.24/0.15/0.00/0.56) 

CMYK percentages

%24.11
%15.18
%0
%56.08

Codes

Color #555F70 in popluar color models

55 5F 70
RGB 85 95 112
HSL 218° 13.71% 38.63%
HSB/HSV 218° 24.11% 43.92%
CMYK 24.11% 15.18% 0.00%
56.08%

Color #555F70 in popluar number systems.

HEX 55 5F 70
Decimal 85 95 112
Binary 1010101 1011111 1110000
Octal 125 137 160

Shades and tints

Shades of #555F70

#555F70
(85,95,112)
#4E5766
(78,87,102)
#474F5C
(71,79,92)
#404752
(64,71,82)
#393F48
(57,63,72)
#32373E
(50,55,62)
#2B2F34
(43,47,52)
#24272A
(36,39,42)
#1D1F20
(29,31,32)
#161716
(22,23,22)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #555F70

#555F70
(85,95,112)
#646D7D
(100,109,125)
#737B8A
(115,123,138)
#828997
(130,137,151)
#9197A4
(145,151,164)
#A0A5B1
(160,165,177)
#AFB3BE
(175,179,190)
#BEC1CB
(190,193,203)
#CDCFD8
(205,207,216)
#DCDDE5
(220,221,229)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F70; }

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

This text font color is #555F70.

Background Color

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

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

This div background color is #555F70.

Border color

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

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

This div border color is #555F70.

Opacity

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

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

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

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

This text has shadow with #555F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555F70.

Preview

Color preview on black background

This text has color #555F70 on black background.


Color preview on white background

This text has color #555F70 on white background.


Black color preview on #555F70 background

This text has black color on #555F70 background.


White color preview on #555F70 background

This text has white color on #555F70 background.


Related colors

Complementary color

Complementary color for #hex is #AAA08F.


I love getcolorcode.com

Triadic colors

1 #70555F and #5F7055 with #555F70 are triadic colors.

2 #705F55 and #5F5570 with #555F70 are triadic colors.