COLOR #555971

HEX: #555971
RGB: (85,89,113)

Color info

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

RGB color model

#555971 color RGB value is (85,89,113).

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

RGB channels and saturation

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

85
89
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 113 = 287 (100%)
R 85 of 287 ~ 29.62%
G 89 of 287 ~ 31.01%
B 113 of 287 ~ 39.37%

%29.62
%31.01
%39.37

CMYK color model

#555971 color CMYK value is (25,21,0,56).

  • cyan value is 24.78%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(25,21,0,56)
C25M21Y0K56 
(25%,21%,0%,56%)
(0.25/0.21/0.00/0.56)	

CMYK percentages

%24.78
%21.24
%0
%55.69

Codes

Color #555971 in popluar color models

555971
RGB8589113
HSL231°14.14%38.82%
HSB/HSV231°24.78%44.31%
CMYK24.78%21.24%0.00%
55.69%

Color #555971 in popluar number systems.

HEX555971
Decimal8589113
Binary101010110110011110001
Octal125131161

Shades and tints

Shades of #555971

#555971
(85,89,113)
#4E5167
(78,81,103)
#47495D
(71,73,93)
#404153
(64,65,83)
#393949
(57,57,73)
#32313F
(50,49,63)
#2B2935
(43,41,53)
#24212B
(36,33,43)
#1D1921
(29,25,33)
#161117
(22,17,23)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #555971

#555971
(85,89,113)
#64687D
(100,104,125)
#737789
(115,119,137)
#828695
(130,134,149)
#9195A1
(145,149,161)
#A0A4AD
(160,164,173)
#AFB3B9
(175,179,185)
#BEC2C5
(190,194,197)
#CDD1D1
(205,209,209)
#DCE0DD
(220,224,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555971; }

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

This text font color is #555971.


Background Color

.myBgColor { background-color: #555971; }

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

This div background color is #555971.


Border color

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

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

This div border color is #555971.


Opacity

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

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

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

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

This text has shadow with #555971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555971 on black background.


Color preview on white background

This text has color #555971 on white background.



Black color preview on #555971 background

This text has black color on #555971 background.


White color preview on #555971 background

This text has white color on #555971 background.