COLOR #550D52

HEX: #550D52
RGB: (85,13,82)

Color info

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

RGB color model

#550D52 color RGB value is (85,13,82).

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

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 82 of 255 = 32%

85
13
82

R + G + B ~ 23%. #550D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 82 = 180 (100%)
R 85 of 180 ~ 47.22%
G 13 of 180 ~ 7.22%
B 82 of 180 ~ 45.56%

%47.22
%45.56

CMYK color model

#550D52 color CMYK value is (0,85,4,67).

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 3.53%
  • key color value is 66.67%
CMYK:
(0,85,4,67)
C0M85Y4K67 
(0%,85%,4%,67%)
(0.00/0.85/0.04/0.67)	

CMYK percentages

%0
%84.71
%3.53
%66.67

Codes

Color #550D52 in popluar color models

550D52
RGB851382
HSL303°73.47%19.22%
HSB/HSV303°84.71%33.33%
CMYK0.00%84.71%3.53%
66.67%

Color #550D52 in popluar number systems.

HEX550D52
Decimal851382
Binary101010111011010010
Octal12515122

Shades and tints

Shades of #550D52

#550D52
(85,13,82)
#4E0C4B
(78,12,75)
#470B44
(71,11,68)
#400A3D
(64,10,61)
#390936
(57,9,54)
#32082F
(50,8,47)
#2B0728
(43,7,40)
#240621
(36,6,33)
#1D051A
(29,5,26)
#160413
(22,4,19)
#0F030C
(15,3,12)
#000000
(0,0,0)

Tints of #550D52

#550D52
(85,13,82)
#642361
(100,35,97)
#733970
(115,57,112)
#824F7F
(130,79,127)
#91658E
(145,101,142)
#A07B9D
(160,123,157)
#AF91AC
(175,145,172)
#BEA7BB
(190,167,187)
#CDBDCA
(205,189,202)
#DCD3D9
(220,211,217)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550D52; }

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

This text font color is #550D52.


Background Color

.myBgColor { background-color: #550D52; }

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

This div background color is #550D52.


Border color

.myBorderColor { border: 1px solid #550D52; }

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

This div border color is #550D52.


Opacity

.myOpacity80 { color: #550D52; opacity: 0.8; }

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

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

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

This text has shadow with #550D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550D52 on black background.


Color preview on white background

This text has color #550D52 on white background.



Black color preview on #550D52 background

This text has black color on #550D52 background.


White color preview on #550D52 background

This text has white color on #550D52 background.