COLOR #550A4D

HEX: #550A4D
RGB: (85,10,77)

Color info

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

RGB color model

#550A4D color RGB value is (85,10,77).

  • red value is 85;
  • green value is 10;
  • blue value is 77.
RGB:
(85,10,77)
(33%,4%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 10 of 255 = 4%
B 77 of 255 = 30%

85
10
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 10 + 77 = 172 (100%)
R 85 of 172 ~ 49.42%
G 10 of 172 ~ 5.81%
B 77 of 172 ~ 44.77%

%49.42
%44.77

CMYK color model

#550A4D color CMYK value is (0,88,9,67).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,88,9,67)
C0M88Y9K67 
(0%,88%,9%,67%)
(0.00/0.88/0.09/0.67)	

CMYK percentages

%0
%88.24
%9.41
%66.67

Codes

Color #550A4D in popluar color models

550A4D
RGB851077
HSL306°78.95%18.63%
HSB/HSV306°88.24%33.33%
CMYK0.00%88.24%9.41%
66.67%

Color #550A4D in popluar number systems.

HEX550A4D
Decimal851077
Binary101010110101001101
Octal12512115

Shades and tints

Shades of #550A4D

#550A4D
(85,10,77)
#4E0A46
(78,10,70)
#470A3F
(71,10,63)
#400A38
(64,10,56)
#390A31
(57,10,49)
#320A2A
(50,10,42)
#2B0A23
(43,10,35)
#240A1C
(36,10,28)
#1D0A15
(29,10,21)
#160A0E
(22,10,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #550A4D

#550A4D
(85,10,77)
#64205D
(100,32,93)
#73366D
(115,54,109)
#824C7D
(130,76,125)
#91628D
(145,98,141)
#A0789D
(160,120,157)
#AF8EAD
(175,142,173)
#BEA4BD
(190,164,189)
#CDBACD
(205,186,205)
#DCD0DD
(220,208,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550A4D color. Also use rgb(85,10,77) instead hex code.

Text Font Color

.myTextColor { color: #550A4D; }

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

This text font color is #550A4D.


Background Color

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

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

This div background color is #550A4D.


Border color

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

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

This div border color is #550A4D.


Opacity

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

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

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

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

This text has shadow with #550A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550A4D on black background.


Color preview on white background

This text has color #550A4D on white background.



Black color preview on #550A4D background

This text has black color on #550A4D background.


White color preview on #550A4D background

This text has white color on #550A4D background.