COLOR #550D71

HEX: #550D71
RGB: (85,13,113)

Color info

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

RGB color model

#550D71 color RGB value is (85,13,113).

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

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 113 of 255 = 44%

85
13
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 113 = 211 (100%)
R 85 of 211 ~ 40.28%
G 13 of 211 ~ 6.16%
B 113 of 211 ~ 53.55%

%40.28
%53.55

CMYK color model

#550D71 color CMYK value is (25,88,0,56).

  • cyan value is 24.78%
  • magenta value is 88.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(25,88,0,56)
C25M88Y0K56 
(25%,88%,0%,56%)
(0.25/0.88/0.00/0.56)	

CMYK percentages

%24.78
%88.5
%0
%55.69

Codes

Color #550D71 in popluar color models

550D71
RGB8513113
HSL283°79.37%24.71%
HSB/HSV283°88.50%44.31%
CMYK24.78%88.50%0.00%
55.69%

Color #550D71 in popluar number systems.

HEX550D71
Decimal8513113
Binary101010111011110001
Octal12515161

Shades and tints

Shades of #550D71

#550D71
(85,13,113)
#4E0C67
(78,12,103)
#470B5D
(71,11,93)
#400A53
(64,10,83)
#390949
(57,9,73)
#32083F
(50,8,63)
#2B0735
(43,7,53)
#24062B
(36,6,43)
#1D0521
(29,5,33)
#160417
(22,4,23)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #550D71

#550D71
(85,13,113)
#64237D
(100,35,125)
#733989
(115,57,137)
#824F95
(130,79,149)
#9165A1
(145,101,161)
#A07BAD
(160,123,173)
#AF91B9
(175,145,185)
#BEA7C5
(190,167,197)
#CDBDD1
(205,189,209)
#DCD3DD
(220,211,221)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550D71; }

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

This text font color is #550D71.


Background Color

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

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

This div background color is #550D71.


Border color

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

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

This div border color is #550D71.


Opacity

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

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

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

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

This text has shadow with #550D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550D71 on black background.


Color preview on white background

This text has color #550D71 on white background.



Black color preview on #550D71 background

This text has black color on #550D71 background.


White color preview on #550D71 background

This text has white color on #550D71 background.