COLOR #555871

HEX: #555871
RGB: (85,88,113)

Color info

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

RGB color model

#555871 color RGB value is (85,88,113).

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

RGB channels and saturation

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

85
88
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 113 = 286 (100%)
R 85 of 286 ~ 29.72%
G 88 of 286 ~ 30.77%
B 113 of 286 ~ 39.51%

%29.72
%30.77
%39.51

CMYK color model

#555871 color CMYK value is (25,22,0,56).

  • cyan value is 24.78%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(25,22,0,56)
C25M22Y0K56 
(25%,22%,0%,56%)
(0.25/0.22/0.00/0.56)	

CMYK percentages

%24.78
%22.12
%0
%55.69

Codes

Color #555871 in popluar color models

555871
RGB8588113
HSL234°14.14%38.82%
HSB/HSV234°24.78%44.31%
CMYK24.78%22.12%0.00%
55.69%

Color #555871 in popluar number systems.

HEX555871
Decimal8588113
Binary101010110110001110001
Octal125130161

Shades and tints

Shades of #555871

#555871
(85,88,113)
#4E5067
(78,80,103)
#47485D
(71,72,93)
#404053
(64,64,83)
#393849
(57,56,73)
#32303F
(50,48,63)
#2B2835
(43,40,53)
#24202B
(36,32,43)
#1D1821
(29,24,33)
#161017
(22,16,23)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #555871

#555871
(85,88,113)
#64677D
(100,103,125)
#737689
(115,118,137)
#828595
(130,133,149)
#9194A1
(145,148,161)
#A0A3AD
(160,163,173)
#AFB2B9
(175,178,185)
#BEC1C5
(190,193,197)
#CDD0D1
(205,208,209)
#DCDFDD
(220,223,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555871; }

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

This text font color is #555871.


Background Color

.myBgColor { background-color: #555871; }

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

This div background color is #555871.


Border color

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

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

This div border color is #555871.


Opacity

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

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

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

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

This text has shadow with #555871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555871 on black background.


Color preview on white background

This text has color #555871 on white background.



Black color preview on #555871 background

This text has black color on #555871 background.


White color preview on #555871 background

This text has white color on #555871 background.