COLOR #550577

HEX: #550577
RGB: (85,5,119)

Color info

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

RGB color model

#550577 color RGB value is (85,5,119).

  • red value is 85;
  • green value is 5;
  • blue value is 119.
RGB:
(85,5,119)
(33%,2%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 5 of 255 = 2%
B 119 of 255 = 47%

85
5
119

R + G + B ~ 27%. #550577 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 5 + 119 = 209 (100%)
R 85 of 209 ~ 40.67%
G 5 of 209 ~ 2.39%
B 119 of 209 ~ 56.94%

%40.67
%56.94

CMYK color model

#550577 color CMYK value is (29,96,0,53).

  • cyan value is 28.57%
  • magenta value is 95.80%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,96,0,53)
C29M96Y0K53 
(29%,96%,0%,53%)
(0.29/0.96/0.00/0.53)	

CMYK percentages

%28.57
%95.8
%0
%53.33

Codes

Color #550577 in popluar color models

550577
RGB855119
HSL282°91.94%24.31%
HSB/HSV282°95.80%46.67%
CMYK28.57%95.80%0.00%
53.33%

Color #550577 in popluar number systems.

HEX550577
Decimal855119
Binary10101011011110111
Octal1255167

Shades and tints

Shades of #550577

#550577
(85,5,119)
#4E056D
(78,5,109)
#470563
(71,5,99)
#400559
(64,5,89)
#39054F
(57,5,79)
#320545
(50,5,69)
#2B053B
(43,5,59)
#240531
(36,5,49)
#1D0527
(29,5,39)
#16051D
(22,5,29)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #550577

#550577
(85,5,119)
#641B83
(100,27,131)
#73318F
(115,49,143)
#82479B
(130,71,155)
#915DA7
(145,93,167)
#A073B3
(160,115,179)
#AF89BF
(175,137,191)
#BE9FCB
(190,159,203)
#CDB5D7
(205,181,215)
#DCCBE3
(220,203,227)
#EBE1EF
(235,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550577 color. Also use rgb(85,5,119) instead hex code.

Text Font Color

.myTextColor { color: #550577; }

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

This text font color is #550577.


Background Color

.myBgColor { background-color: #550577; }

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

This div background color is #550577.


Border color

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

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

This div border color is #550577.


Opacity

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

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

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

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

This text has shadow with #550577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550577 on black background.


Color preview on white background

This text has color #550577 on white background.



Black color preview on #550577 background

This text has black color on #550577 background.


White color preview on #550577 background

This text has white color on #550577 background.