COLOR #550247

HEX: #550247
RGB: (85,2,71)

Color info

#550247 contains mainly red and blue colors. Web safe color of #550247 is #660033 (or #603).

RGB color model

#550247 color RGB value is (85,2,71).

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

RGB channels and saturation

R 85 of 255 = 33%
G 2 of 255 = 1%
B 71 of 255 = 28%

85
2
71

R + G + B ~ 21%. #550247 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 2 + 71 = 158 (100%)
R 85 of 158 ~ 53.8%
G 2 of 158 ~ 1.27%
B 71 of 158 ~ 44.94%

%53.8
%44.94

CMYK color model

#550247 color CMYK value is (0,98,16,67).

  • cyan value is 0.00%
  • magenta value is 97.65%
  • yellow value is 16.47%
  • key color value is 66.67%
CMYK:
(0,98,16,67)
C0M98Y16K67 
(0%,98%,16%,67%)
(0.00/0.98/0.16/0.67)	

CMYK percentages

%0
%97.65
%16.47
%66.67

Codes

Color #550247 in popluar color models

550247
RGB85271
HSL310°95.40%17.06%
HSB/HSV310°97.65%33.33%
CMYK0.00%97.65%16.47%
66.67%

Color #550247 in popluar number systems.

HEX550247
Decimal85271
Binary1010101101000111
Octal1252107

Shades and tints

Shades of #550247

#550247
(85,2,71)
#4E0241
(78,2,65)
#47023B
(71,2,59)
#400235
(64,2,53)
#39022F
(57,2,47)
#320229
(50,2,41)
#2B0223
(43,2,35)
#24021D
(36,2,29)
#1D0217
(29,2,23)
#160211
(22,2,17)
#0F020B
(15,2,11)
#000000
(0,0,0)

Tints of #550247

#550247
(85,2,71)
#641957
(100,25,87)
#733067
(115,48,103)
#824777
(130,71,119)
#915E87
(145,94,135)
#A07597
(160,117,151)
#AF8CA7
(175,140,167)
#BEA3B7
(190,163,183)
#CDBAC7
(205,186,199)
#DCD1D7
(220,209,215)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550247; }

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

This text font color is #550247.


Background Color

.myBgColor { background-color: #550247; }

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

This div background color is #550247.


Border color

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

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

This div border color is #550247.


Opacity

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

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

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

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

This text has shadow with #550247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550247 on black background.


Color preview on white background

This text has color #550247 on white background.



Black color preview on #550247 background

This text has black color on #550247 background.


White color preview on #550247 background

This text has white color on #550247 background.