COLOR #55095E

HEX: #55095E
RGB: (85,9,94)

Color info

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

RGB color model

#55095E color RGB value is (85,9,94).

  • red value is 85;
  • green value is 9;
  • blue value is 94.
RGB:
(85,9,94)
(33%,4%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 9 of 255 = 4%
B 94 of 255 = 37%

85
9
94

R + G + B ~ 25%. #55095E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 9 + 94 = 188 (100%)
R 85 of 188 ~ 45.21%
G 9 of 188 ~ 4.79%
B 94 of 188 ~ 50%

%45.21
%50

CMYK color model

#55095E color CMYK value is (10,90,0,63).

  • cyan value is 9.57%
  • magenta value is 90.43%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,90,0,63)
C10M90Y0K63 
(10%,90%,0%,63%)
(0.10/0.90/0.00/0.63)	

CMYK percentages

%9.57
%90.43
%0
%63.14

Codes

Color #55095E in popluar color models

55095E
RGB85994
HSL294°82.52%20.20%
HSB/HSV294°90.43%36.86%
CMYK9.57%90.43%0.00%
63.14%

Color #55095E in popluar number systems.

HEX55095E
Decimal85994
Binary101010110011011110
Octal12511136

Shades and tints

Shades of #55095E

#55095E
(85,9,94)
#4E0956
(78,9,86)
#47094E
(71,9,78)
#400946
(64,9,70)
#39093E
(57,9,62)
#320936
(50,9,54)
#2B092E
(43,9,46)
#240926
(36,9,38)
#1D091E
(29,9,30)
#160916
(22,9,22)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #55095E

#55095E
(85,9,94)
#641F6C
(100,31,108)
#73357A
(115,53,122)
#824B88
(130,75,136)
#916196
(145,97,150)
#A077A4
(160,119,164)
#AF8DB2
(175,141,178)
#BEA3C0
(190,163,192)
#CDB9CE
(205,185,206)
#DCCFDC
(220,207,220)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55095E color. Also use rgb(85,9,94) instead hex code.

Text Font Color

.myTextColor { color: #55095E; }

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

This text font color is #55095E.


Background Color

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

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

This div background color is #55095E.


Border color

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

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

This div border color is #55095E.


Opacity

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

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

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

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

This text has shadow with #55095E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55095E on black background.


Color preview on white background

This text has color #55095E on white background.



Black color preview on #55095E background

This text has black color on #55095E background.


White color preview on #55095E background

This text has white color on #55095E background.