COLOR #55487D

HEX: #55487D
RGB: (85,72,125)

Color info

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

RGB color model

#55487D color RGB value is (85,72,125).

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

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 125 of 255 = 49%

85
72
125

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 125 = 282 (100%)
R 85 of 282 ~ 30.14%
G 72 of 282 ~ 25.53%
B 125 of 282 ~ 44.33%

%30.14
%25.53
%44.33

CMYK color model

#55487D color CMYK value is (32,42,0,51).

  • cyan value is 32.00%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,42,0,51)
C32M42Y0K51 
(32%,42%,0%,51%)
(0.32/0.42/0.00/0.51)	

CMYK percentages

%32
%42.4
%0
%50.98

Codes

Color #55487D in popluar color models

55487D
RGB8572125
HSL255°26.90%38.63%
HSB/HSV255°42.40%49.02%
CMYK32.00%42.40%0.00%
50.98%

Color #55487D in popluar number systems.

HEX55487D
Decimal8572125
Binary101010110010001111101
Octal125110175

Shades and tints

Shades of #55487D

#55487D
(85,72,125)
#4E4272
(78,66,114)
#473C67
(71,60,103)
#40365C
(64,54,92)
#393051
(57,48,81)
#322A46
(50,42,70)
#2B243B
(43,36,59)
#241E30
(36,30,48)
#1D1825
(29,24,37)
#16121A
(22,18,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #55487D

#55487D
(85,72,125)
#645888
(100,88,136)
#736893
(115,104,147)
#82789E
(130,120,158)
#9188A9
(145,136,169)
#A098B4
(160,152,180)
#AFA8BF
(175,168,191)
#BEB8CA
(190,184,202)
#CDC8D5
(205,200,213)
#DCD8E0
(220,216,224)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55487D; }

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

This text font color is #55487D.


Background Color

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

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

This div background color is #55487D.


Border color

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

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

This div border color is #55487D.


Opacity

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

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

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

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

This text has shadow with #55487D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55487D on black background.


Color preview on white background

This text has color #55487D on white background.



Black color preview on #55487D background

This text has black color on #55487D background.


White color preview on #55487D background

This text has white color on #55487D background.