COLOR #555970

HEX: #555970
RGB: (85,89,112)

Color info

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

RGB color model

#555970 color RGB value is (85,89,112).

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

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 112 of 255 = 44%

85
89
112

R + G + B ~ 37%. #555970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 112 = 286 (100%)
R 85 of 286 ~ 29.72%
G 89 of 286 ~ 31.12%
B 112 of 286 ~ 39.16%

%29.72
%31.12
%39.16

CMYK color model

#555970 color CMYK value is (24,21,0,56).

  • cyan value is 24.11%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(24,21,0,56)
C24M21Y0K56 
(24%,21%,0%,56%)
(0.24/0.21/0.00/0.56)	

CMYK percentages

%24.11
%20.54
%0
%56.08

Codes

Color #555970 in popluar color models

555970
RGB8589112
HSL231°13.71%38.63%
HSB/HSV231°24.11%43.92%
CMYK24.11%20.54%0.00%
56.08%

Color #555970 in popluar number systems.

HEX555970
Decimal8589112
Binary101010110110011110000
Octal125131160

Shades and tints

Shades of #555970

#555970
(85,89,112)
#4E5166
(78,81,102)
#47495C
(71,73,92)
#404152
(64,65,82)
#393948
(57,57,72)
#32313E
(50,49,62)
#2B2934
(43,41,52)
#24212A
(36,33,42)
#1D1920
(29,25,32)
#161116
(22,17,22)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #555970

#555970
(85,89,112)
#64687D
(100,104,125)
#73778A
(115,119,138)
#828697
(130,134,151)
#9195A4
(145,149,164)
#A0A4B1
(160,164,177)
#AFB3BE
(175,179,190)
#BEC2CB
(190,194,203)
#CDD1D8
(205,209,216)
#DCE0E5
(220,224,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555970; }

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

This text font color is #555970.


Background Color

.myBgColor { background-color: #555970; }

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

This div background color is #555970.


Border color

.myBorderColor { border: 1px solid #555970; }

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

This div border color is #555970.


Opacity

.myOpacity80 { color: #555970; opacity: 0.8; }

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

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

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

This text has shadow with #555970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555970 on black background.


Color preview on white background

This text has color #555970 on white background.



Black color preview on #555970 background

This text has black color on #555970 background.


White color preview on #555970 background

This text has white color on #555970 background.