COLOR #550252

HEX: #550252
RGB: (85,2,82)

Color info

#550252 contains mainly red and blue colors. Web safe color of #550252 is #660066 (or #606).

RGB color model

#550252 color RGB value is (85,2,82).

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

RGB channels and saturation

R 85 of 255 = 33%
G 2 of 255 = 1%
B 82 of 255 = 32%

85
2
82

R + G + B ~ 22%. #550252 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 2 + 82 = 169 (100%)
R 85 of 169 ~ 50.3%
G 2 of 169 ~ 1.18%
B 82 of 169 ~ 48.52%

%50.3
%48.52

CMYK color model

#550252 color CMYK value is (0,98,4,67).

  • cyan value is 0.00%
  • magenta value is 97.65%
  • yellow value is 3.53%
  • key color value is 66.67%
CMYK:
(0,98,4,67)
C0M98Y4K67 
(0%,98%,4%,67%)
(0.00/0.98/0.04/0.67)	

CMYK percentages

%0
%97.65
%3.53
%66.67

Codes

Color #550252 in popluar color models

550252
RGB85282
HSL302°95.40%17.06%
HSB/HSV302°97.65%33.33%
CMYK0.00%97.65%3.53%
66.67%

Color #550252 in popluar number systems.

HEX550252
Decimal85282
Binary1010101101010010
Octal1252122

Shades and tints

Shades of #550252

#550252
(85,2,82)
#4E024B
(78,2,75)
#470244
(71,2,68)
#40023D
(64,2,61)
#390236
(57,2,54)
#32022F
(50,2,47)
#2B0228
(43,2,40)
#240221
(36,2,33)
#1D021A
(29,2,26)
#160213
(22,2,19)
#0F020C
(15,2,12)
#000000
(0,0,0)

Tints of #550252

#550252
(85,2,82)
#641961
(100,25,97)
#733070
(115,48,112)
#82477F
(130,71,127)
#915E8E
(145,94,142)
#A0759D
(160,117,157)
#AF8CAC
(175,140,172)
#BEA3BB
(190,163,187)
#CDBACA
(205,186,202)
#DCD1D9
(220,209,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550252; }

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

This text font color is #550252.


Background Color

.myBgColor { background-color: #550252; }

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

This div background color is #550252.


Border color

.myBorderColor { border: 1px solid #550252; }

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

This div border color is #550252.


Opacity

.myOpacity80 { color: #550252; opacity: 0.8; }

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

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

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

This text has shadow with #550252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550252 on black background.


Color preview on white background

This text has color #550252 on white background.



Black color preview on #550252 background

This text has black color on #550252 background.


White color preview on #550252 background

This text has white color on #550252 background.