COLOR #55487F

HEX: #55487F
RGB: (85,72,127)

Color info

#55487F contains red, green and blue colors in about the same proportion. Web safe color of #55487F is #663366 (or #636).

RGB color model

#55487F color RGB value is (85,72,127).

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

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 127 of 255 = 50%

85
72
127

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 127 = 284 (100%)
R 85 of 284 ~ 29.93%
G 72 of 284 ~ 25.35%
B 127 of 284 ~ 44.72%

%29.93
%25.35
%44.72

CMYK color model

#55487F color CMYK value is (33,43,0,50).

  • cyan value is 33.07%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(33,43,0,50)
C33M43Y0K50 
(33%,43%,0%,50%)
(0.33/0.43/0.00/0.50)	

CMYK percentages

%33.07
%43.31
%0
%50.2

Codes

Color #55487F in popluar color models

55487F
RGB8572127
HSL254°27.64%39.02%
HSB/HSV254°43.31%49.80%
CMYK33.07%43.31%0.00%
50.20%

Color #55487F in popluar number systems.

HEX55487F
Decimal8572127
Binary101010110010001111111
Octal125110177

Shades and tints

Shades of #55487F

#55487F
(85,72,127)
#4E4274
(78,66,116)
#473C69
(71,60,105)
#40365E
(64,54,94)
#393053
(57,48,83)
#322A48
(50,42,72)
#2B243D
(43,36,61)
#241E32
(36,30,50)
#1D1827
(29,24,39)
#16121C
(22,18,28)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #55487F

#55487F
(85,72,127)
#64588A
(100,88,138)
#736895
(115,104,149)
#8278A0
(130,120,160)
#9188AB
(145,136,171)
#A098B6
(160,152,182)
#AFA8C1
(175,168,193)
#BEB8CC
(190,184,204)
#CDC8D7
(205,200,215)
#DCD8E2
(220,216,226)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55487F; }

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

This text font color is #55487F.


Background Color

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

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

This div background color is #55487F.


Border color

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

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

This div border color is #55487F.


Opacity

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

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

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

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

This text has shadow with #55487F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55487F on black background.


Color preview on white background

This text has color #55487F on white background.



Black color preview on #55487F background

This text has black color on #55487F background.


White color preview on #55487F background

This text has white color on #55487F background.