COLOR #55055F

HEX: #55055F
RGB: (85,5,95)

Color info

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

RGB color model

#55055F color RGB value is (85,5,95).

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

RGB channels and saturation

R 85 of 255 = 33%
G 5 of 255 = 2%
B 95 of 255 = 37%

85
5
95

R + G + B ~ 24%. #55055F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 5 + 95 = 185 (100%)
R 85 of 185 ~ 45.95%
G 5 of 185 ~ 2.7%
B 95 of 185 ~ 51.35%

%45.95
%51.35

CMYK color model

#55055F color CMYK value is (11,95,0,63).

  • cyan value is 10.53%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(11,95,0,63)
C11M95Y0K63 
(11%,95%,0%,63%)
(0.11/0.95/0.00/0.63)	

CMYK percentages

%10.53
%94.74
%0
%62.75

Codes

Color #55055F in popluar color models

55055F
RGB85595
HSL293°90.00%19.61%
HSB/HSV293°94.74%37.25%
CMYK10.53%94.74%0.00%
62.75%

Color #55055F in popluar number systems.

HEX55055F
Decimal85595
Binary10101011011011111
Octal1255137

Shades and tints

Shades of #55055F

#55055F
(85,5,95)
#4E0557
(78,5,87)
#47054F
(71,5,79)
#400547
(64,5,71)
#39053F
(57,5,63)
#320537
(50,5,55)
#2B052F
(43,5,47)
#240527
(36,5,39)
#1D051F
(29,5,31)
#160517
(22,5,23)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #55055F

#55055F
(85,5,95)
#641B6D
(100,27,109)
#73317B
(115,49,123)
#824789
(130,71,137)
#915D97
(145,93,151)
#A073A5
(160,115,165)
#AF89B3
(175,137,179)
#BE9FC1
(190,159,193)
#CDB5CF
(205,181,207)
#DCCBDD
(220,203,221)
#EBE1EB
(235,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55055F; }

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

This text font color is #55055F.


Background Color

.myBgColor { background-color: #55055F; }

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

This div background color is #55055F.


Border color

.myBorderColor { border: 1px solid #55055F; }

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

This div border color is #55055F.


Opacity

.myOpacity80 { color: #55055F; opacity: 0.8; }

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

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

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

This text has shadow with #55055F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55055F on black background.


Color preview on white background

This text has color #55055F on white background.



Black color preview on #55055F background

This text has black color on #55055F background.


White color preview on #55055F background

This text has white color on #55055F background.