COLOR #55084E

HEX: #55084E
RGB: (85,8,78)

Color info

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

RGB color model

#55084E color RGB value is (85,8,78).

  • red value is 85;
  • green value is 8;
  • blue value is 78.
RGB: (85,8,78) (33%,3%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 8 of 255 = 3%
B 78 of 255 = 31%

85
8
78

R + G + B ~ 22%. #55084E is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 8 + 78 = 171 (100%)
R 85 of 171 ~ 49.71%
G 8 of 171 ~ 4.68%
B 78 of 171 ~ 45.61%

%49.71
%45.61

CMYK color model

#55084E color CMYK value is (0,91,8,67).

  • cyan value is 0.00%
  • magenta value is 90.59%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK: (0,91,8,67) C0M91Y8K67 (0%,91%,8%,67%) (0.00/0.91/0.08/0.67)

CMYK percentages

%0
%90.59
%8.24
%66.67

Codes

Color #55084E in popluar color models

55084E
RGB85878
HSL305°82.80%18.24%
HSB/HSV305°90.59%33.33%
CMYK0.00%90.59%8.24%
66.67%

Color #55084E in popluar number systems.

HEX55084E
Decimal85878
Binary101010110001001110
Octal12510116

Shades and tints

Shades of #55084E

#55084E
(85,8,78)
#4E0847
(78,8,71)
#470840
(71,8,64)
#400839
(64,8,57)
#390832
(57,8,50)
#32082B
(50,8,43)
#2B0824
(43,8,36)
#24081D
(36,8,29)
#1D0816
(29,8,22)
#16080F
(22,8,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #55084E

#55084E
(85,8,78)
#641E5E
(100,30,94)
#73346E
(115,52,110)
#824A7E
(130,74,126)
#91608E
(145,96,142)
#A0769E
(160,118,158)
#AF8CAE
(175,140,174)
#BEA2BE
(190,162,190)
#CDB8CE
(205,184,206)
#DCCEDE
(220,206,222)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55084E color. Also use rgb(85,8,78) instead hex code.

Text Font Color

.myTextColor { color: #55084E; }

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

This text font color is #55084E.


Background Color

.myBgColor { background-color: #55084E; }

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

This div background color is #55084E.


Border color

.myBorderColor { border: 1px solid #55084E; }

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

This div border color is #55084E.


Opacity

.myOpacity80 { color: #55084E; opacity: 0.8; }

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

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

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

This text has shadow with #55084E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #55084E on black background.


Color preview on white background

This text has color #55084E on white background.



Black color preview on #55084E background

This text has black color on #55084E background.


White color preview on #55084E background

This text has white color on #55084E background.