COLOR #55297E

HEX: #55297E
RGB: (85,41,126)

Color info

#55297E contains mainly red and blue colors. Web safe color of #55297E is #663366 (or #636).

RGB color model

#55297E color RGB value is (85,41,126).

  • red value is 85;
  • green value is 41;
  • blue value is 126.
RGB:
(85,41,126)
(33%,16%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 41 of 255 = 16%
B 126 of 255 = 49%

85
41
126

R + G + B ~ 33%. #55297E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 41 + 126 = 252 (100%)
R 85 of 252 ~ 33.73%
G 41 of 252 ~ 16.27%
B 126 of 252 ~ 50%

%33.73
%16.27
%50

CMYK color model

#55297E color CMYK value is (33,67,0,51).

  • cyan value is 32.54%
  • magenta value is 67.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,67,0,51)
C33M67Y0K51 
(33%,67%,0%,51%)
(0.33/0.67/0.00/0.51)	

CMYK percentages

%32.54
%67.46
%0
%50.59

Codes

Color #55297E in popluar color models

55297E
RGB8541126
HSL271°50.90%32.75%
HSB/HSV271°67.46%49.41%
CMYK32.54%67.46%0.00%
50.59%

Color #55297E in popluar number systems.

HEX55297E
Decimal8541126
Binary10101011010011111110
Octal12551176

Shades and tints

Shades of #55297E

#55297E
(85,41,126)
#4E2673
(78,38,115)
#472368
(71,35,104)
#40205D
(64,32,93)
#391D52
(57,29,82)
#321A47
(50,26,71)
#2B173C
(43,23,60)
#241431
(36,20,49)
#1D1126
(29,17,38)
#160E1B
(22,14,27)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #55297E

#55297E
(85,41,126)
#643C89
(100,60,137)
#734F94
(115,79,148)
#82629F
(130,98,159)
#9175AA
(145,117,170)
#A088B5
(160,136,181)
#AF9BC0
(175,155,192)
#BEAECB
(190,174,203)
#CDC1D6
(205,193,214)
#DCD4E1
(220,212,225)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55297E color. Also use rgb(85,41,126) instead hex code.

Text Font Color

.myTextColor { color: #55297E; }

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

This text font color is #55297E.


Background Color

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

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

This div background color is #55297E.


Border color

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

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

This div border color is #55297E.


Opacity

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

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

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

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

This text has shadow with #55297E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55297E on black background.


Color preview on white background

This text has color #55297E on white background.



Black color preview on #55297E background

This text has black color on #55297E background.


White color preview on #55297E background

This text has white color on #55297E background.