COLOR #55206F

HEX: #55206F
RGB: (85,32,111)

Color info

#55206F contains mainly red and blue colors. Web safe color of #55206F is #663366 (or #636).

RGB color model

#55206F color RGB value is (85,32,111).

  • red value is 85;
  • green value is 32;
  • blue value is 111.
RGB:
(85,32,111)
(33%,13%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 111 of 255 = 44%

85
32
111

R + G + B ~ 30%. #55206F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 111 = 228 (100%)
R 85 of 228 ~ 37.28%
G 32 of 228 ~ 14.04%
B 111 of 228 ~ 48.68%

%37.28
%14.04
%48.68

CMYK color model

#55206F color CMYK value is (23,71,0,56).

  • cyan value is 23.42%
  • magenta value is 71.17%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(23,71,0,56)
C23M71Y0K56 
(23%,71%,0%,56%)
(0.23/0.71/0.00/0.56)	

CMYK percentages

%23.42
%71.17
%0
%56.47

Codes

Color #55206F in popluar color models

55206F
RGB8532111
HSL280°55.24%28.04%
HSB/HSV280°71.17%43.53%
CMYK23.42%71.17%0.00%
56.47%

Color #55206F in popluar number systems.

HEX55206F
Decimal8532111
Binary10101011000001101111
Octal12540157

Shades and tints

Shades of #55206F

#55206F
(85,32,111)
#4E1E65
(78,30,101)
#471C5B
(71,28,91)
#401A51
(64,26,81)
#391847
(57,24,71)
#32163D
(50,22,61)
#2B1433
(43,20,51)
#241229
(36,18,41)
#1D101F
(29,16,31)
#160E15
(22,14,21)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #55206F

#55206F
(85,32,111)
#64347C
(100,52,124)
#734889
(115,72,137)
#825C96
(130,92,150)
#9170A3
(145,112,163)
#A084B0
(160,132,176)
#AF98BD
(175,152,189)
#BEACCA
(190,172,202)
#CDC0D7
(205,192,215)
#DCD4E4
(220,212,228)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55206F color. Also use rgb(85,32,111) instead hex code.

Text Font Color

.myTextColor { color: #55206F; }

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

This text font color is #55206F.


Background Color

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

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

This div background color is #55206F.


Border color

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

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

This div border color is #55206F.


Opacity

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

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

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

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

This text has shadow with #55206F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55206F on black background.


Color preview on white background

This text has color #55206F on white background.



Black color preview on #55206F background

This text has black color on #55206F background.


White color preview on #55206F background

This text has white color on #55206F background.