COLOR #55528B

HEX: #55528B
RGB: (85,82,139)

Color info

#55528B contains red, green and blue colors in about the same proportion. Web safe color of #55528B is #666699 (or #669).

RGB color model

#55528B color RGB value is (85,82,139).

  • red value is 85;
  • green value is 82;
  • blue value is 139.
RGB:
(85,82,139)
(33%,32%,55%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 139 of 255 = 55%

85
82
139

R + G + B ~ 40%. #55528B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 139 = 306 (100%)
R 85 of 306 ~ 27.78%
G 82 of 306 ~ 26.8%
B 139 of 306 ~ 45.42%

%27.78
%26.8
%45.42

CMYK color model

#55528B color CMYK value is (39,41,0,45).

  • cyan value is 38.85%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(39,41,0,45)
C39M41Y0K45 
(39%,41%,0%,45%)
(0.39/0.41/0.00/0.45)	

CMYK percentages

%38.85
%41.01
%0
%45.49

Codes

Color #55528B in popluar color models

55528B
RGB8582139
HSL243°25.79%43.33%
HSB/HSV243°41.01%54.51%
CMYK38.85%41.01%0.00%
45.49%

Color #55528B in popluar number systems.

HEX55528B
Decimal8582139
Binary1010101101001010001011
Octal125122213

Shades and tints

Shades of #55528B

#55528B
(85,82,139)
#4E4B7F
(78,75,127)
#474473
(71,68,115)
#403D67
(64,61,103)
#39365B
(57,54,91)
#322F4F
(50,47,79)
#2B2843
(43,40,67)
#242137
(36,33,55)
#1D1A2B
(29,26,43)
#16131F
(22,19,31)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #55528B

#55528B
(85,82,139)
#646195
(100,97,149)
#73709F
(115,112,159)
#827FA9
(130,127,169)
#918EB3
(145,142,179)
#A09DBD
(160,157,189)
#AFACC7
(175,172,199)
#BEBBD1
(190,187,209)
#CDCADB
(205,202,219)
#DCD9E5
(220,217,229)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55528B color. Also use rgb(85,82,139) instead hex code.

Text Font Color

.myTextColor { color: #55528B; }

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

This text font color is #55528B.


Background Color

.myBgColor { background-color: #55528B; }

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

This div background color is #55528B.


Border color

.myBorderColor { border: 1px solid #55528B; }

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

This div border color is #55528B.


Opacity

.myOpacity80 { color: #55528B; opacity: 0.8; }

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

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

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

This text has shadow with #55528B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55528B on black background.


Color preview on white background

This text has color #55528B on white background.



Black color preview on #55528B background

This text has black color on #55528B background.


White color preview on #55528B background

This text has white color on #55528B background.