COLOR #550A80

HEX: #550A80
RGB: (85,10,128)

Color info

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

RGB color model

#550A80 color RGB value is (85,10,128).

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

RGB channels and saturation

R 85 of 255 = 33%
G 10 of 255 = 4%
B 128 of 255 = 50%

85
10
128

R + G + B ~ 29%. #550A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 10 + 128 = 223 (100%)
R 85 of 223 ~ 38.12%
G 10 of 223 ~ 4.48%
B 128 of 223 ~ 57.4%

%38.12
%57.4

CMYK color model

#550A80 color CMYK value is (34,92,0,50).

  • cyan value is 33.59%
  • magenta value is 92.19%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,92,0,50)
C34M92Y0K50 
(34%,92%,0%,50%)
(0.34/0.92/0.00/0.50)	

CMYK percentages

%33.59
%92.19
%0
%49.8

Codes

Color #550A80 in popluar color models

550A80
RGB8510128
HSL278°85.51%27.06%
HSB/HSV278°92.19%50.20%
CMYK33.59%92.19%0.00%
49.80%

Color #550A80 in popluar number systems.

HEX550A80
Decimal8510128
Binary1010101101010000000
Octal12512200

Shades and tints

Shades of #550A80

#550A80
(85,10,128)
#4E0A75
(78,10,117)
#470A6A
(71,10,106)
#400A5F
(64,10,95)
#390A54
(57,10,84)
#320A49
(50,10,73)
#2B0A3E
(43,10,62)
#240A33
(36,10,51)
#1D0A28
(29,10,40)
#160A1D
(22,10,29)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #550A80

#550A80
(85,10,128)
#64208B
(100,32,139)
#733696
(115,54,150)
#824CA1
(130,76,161)
#9162AC
(145,98,172)
#A078B7
(160,120,183)
#AF8EC2
(175,142,194)
#BEA4CD
(190,164,205)
#CDBAD8
(205,186,216)
#DCD0E3
(220,208,227)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550A80; }

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

This text font color is #550A80.


Background Color

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

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

This div background color is #550A80.


Border color

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

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

This div border color is #550A80.


Opacity

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

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

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

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

This text has shadow with #550A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550A80 on black background.


Color preview on white background

This text has color #550A80 on white background.



Black color preview on #550A80 background

This text has black color on #550A80 background.


White color preview on #550A80 background

This text has white color on #550A80 background.