COLOR #55017A

HEX: #55017A
RGB: (85,1,122)

Color info

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

RGB color model

#55017A color RGB value is (85,1,122).

  • red value is 85;
  • green value is 1;
  • blue value is 122.
RGB:
(85,1,122)
(33%,0%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 1 of 255 = 0%
B 122 of 255 = 48%

85
1
122

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

Portions of RGB colors in percentages

R + G + B =
85 + 1 + 122 = 208 (100%)
R 85 of 208 ~ 40.87%
G 1 of 208 ~ 0.48%
B 122 of 208 ~ 58.65%

%40.87
%58.65

CMYK color model

#55017A color CMYK value is (30,99,0,52).

  • cyan value is 30.33%
  • magenta value is 99.18%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,99,0,52)
C30M99Y0K52 
(30%,99%,0%,52%)
(0.30/0.99/0.00/0.52)	

CMYK percentages

%30.33
%99.18
%0
%52.16

Codes

Color #55017A in popluar color models

55017A
RGB851122
HSL282°98.37%24.12%
HSB/HSV282°99.18%47.84%
CMYK30.33%99.18%0.00%
52.16%

Color #55017A in popluar number systems.

HEX55017A
Decimal851122
Binary101010111111010
Octal1251172

Shades and tints

Shades of #55017A

#55017A
(85,1,122)
#4E016F
(78,1,111)
#470164
(71,1,100)
#400159
(64,1,89)
#39014E
(57,1,78)
#320143
(50,1,67)
#2B0138
(43,1,56)
#24012D
(36,1,45)
#1D0122
(29,1,34)
#160117
(22,1,23)
#0F010C
(15,1,12)
#000000
(0,0,0)

Tints of #55017A

#55017A
(85,1,122)
#641886
(100,24,134)
#732F92
(115,47,146)
#82469E
(130,70,158)
#915DAA
(145,93,170)
#A074B6
(160,116,182)
#AF8BC2
(175,139,194)
#BEA2CE
(190,162,206)
#CDB9DA
(205,185,218)
#DCD0E6
(220,208,230)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55017A color. Also use rgb(85,1,122) instead hex code.

Text Font Color

.myTextColor { color: #55017A; }

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

This text font color is #55017A.


Background Color

.myBgColor { background-color: #55017A; }

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

This div background color is #55017A.


Border color

.myBorderColor { border: 1px solid #55017A; }

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

This div border color is #55017A.


Opacity

.myOpacity80 { color: #55017A; opacity: 0.8; }

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

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

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

This text has shadow with #55017A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55017A on black background.


Color preview on white background

This text has color #55017A on white background.



Black color preview on #55017A background

This text has black color on #55017A background.


White color preview on #55017A background

This text has white color on #55017A background.