COLOR #55146D

HEX: #55146D
RGB: (85,20,109)

Color info

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

RGB color model

#55146D color RGB value is (85,20,109).

  • red value is 85;
  • green value is 20;
  • blue value is 109.
RGB:
(85,20,109)
(33%,8%,43%)

RGB channels and saturation

R 85 of 255 = 33%
G 20 of 255 = 8%
B 109 of 255 = 43%

85
20
109

R + G + B ~ 28%. #55146D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 20 + 109 = 214 (100%)
R 85 of 214 ~ 39.72%
G 20 of 214 ~ 9.35%
B 109 of 214 ~ 50.93%

%39.72
%50.93

CMYK color model

#55146D color CMYK value is (22,82,0,57).

  • cyan value is 22.02%
  • magenta value is 81.65%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(22,82,0,57)
C22M82Y0K57 
(22%,82%,0%,57%)
(0.22/0.82/0.00/0.57)	

CMYK percentages

%22.02
%81.65
%0
%57.25

Codes

Color #55146D in popluar color models

55146D
RGB8520109
HSL284°68.99%25.29%
HSB/HSV284°81.65%42.75%
CMYK22.02%81.65%0.00%
57.25%

Color #55146D in popluar number systems.

HEX55146D
Decimal8520109
Binary1010101101001101101
Octal12524155

Shades and tints

Shades of #55146D

#55146D
(85,20,109)
#4E1364
(78,19,100)
#47125B
(71,18,91)
#401152
(64,17,82)
#391049
(57,16,73)
#320F40
(50,15,64)
#2B0E37
(43,14,55)
#240D2E
(36,13,46)
#1D0C25
(29,12,37)
#160B1C
(22,11,28)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #55146D

#55146D
(85,20,109)
#64297A
(100,41,122)
#733E87
(115,62,135)
#825394
(130,83,148)
#9168A1
(145,104,161)
#A07DAE
(160,125,174)
#AF92BB
(175,146,187)
#BEA7C8
(190,167,200)
#CDBCD5
(205,188,213)
#DCD1E2
(220,209,226)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55146D color. Also use rgb(85,20,109) instead hex code.

Text Font Color

.myTextColor { color: #55146D; }

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

This text font color is #55146D.


Background Color

.myBgColor { background-color: #55146D; }

<div style="background-color:#55146D">Inner text</div>

This div background color is #55146D.


Border color

.myBorderColor { border: 1px solid #55146D; }

<div style="border:3px solid #55146D">Div</div>

This div border color is #55146D.


Opacity

.myOpacity80 { color: #55146D; opacity: 0.8; }

<p style="color:#55146D;opacity:0.8;">80%</p>

Text with #55146D 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 #55146D;}

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

This text has shadow with #55146D color.

.textShadow {text-shadow: 3px 3px 1px #55146D, 3px 3px 1px red;}

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

This text has shadow with #55146D primary color and red secondary color.


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

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

This text has shadow with #55146D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55146D on black background.


Color preview on white background

This text has color #55146D on white background.



Black color preview on #55146D background

This text has black color on #55146D background.


White color preview on #55146D background

This text has white color on #55146D background.