COLOR #55587F

HEX: #55587F
RGB: (85,88,127)

Color info

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

RGB color model

#55587F color RGB value is (85,88,127).

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

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 127 of 255 = 50%

85
88
127

R + G + B ~ 39%. #55587F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 127 = 300 (100%)
R 85 of 300 ~ 28.33%
G 88 of 300 ~ 29.33%
B 127 of 300 ~ 42.33%

%28.33
%29.33
%42.33

CMYK color model

#55587F color CMYK value is (33,31,0,50).

  • cyan value is 33.07%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(33,31,0,50)
C33M31Y0K50 
(33%,31%,0%,50%)
(0.33/0.31/0.00/0.50)	

CMYK percentages

%33.07
%30.71
%0
%50.2

Codes

Color #55587F in popluar color models

55587F
RGB8588127
HSL236°19.81%41.57%
HSB/HSV236°33.07%49.80%
CMYK33.07%30.71%0.00%
50.20%

Color #55587F in popluar number systems.

HEX55587F
Decimal8588127
Binary101010110110001111111
Octal125130177

Shades and tints

Shades of #55587F

#55587F
(85,88,127)
#4E5074
(78,80,116)
#474869
(71,72,105)
#40405E
(64,64,94)
#393853
(57,56,83)
#323048
(50,48,72)
#2B283D
(43,40,61)
#242032
(36,32,50)
#1D1827
(29,24,39)
#16101C
(22,16,28)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #55587F

#55587F
(85,88,127)
#64678A
(100,103,138)
#737695
(115,118,149)
#8285A0
(130,133,160)
#9194AB
(145,148,171)
#A0A3B6
(160,163,182)
#AFB2C1
(175,178,193)
#BEC1CC
(190,193,204)
#CDD0D7
(205,208,215)
#DCDFE2
(220,223,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55587F; }

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

This text font color is #55587F.


Background Color

.myBgColor { background-color: #55587F; }

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

This div background color is #55587F.


Border color

.myBorderColor { border: 1px solid #55587F; }

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

This div border color is #55587F.


Opacity

.myOpacity80 { color: #55587F; opacity: 0.8; }

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

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

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

This text has shadow with #55587F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55587F on black background.


Color preview on white background

This text has color #55587F on white background.



Black color preview on #55587F background

This text has black color on #55587F background.


White color preview on #55587F background

This text has white color on #55587F background.