COLOR #55347E

HEX: #55347E
RGB: (85,52,126)

Color info

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

RGB color model

#55347E color RGB value is (85,52,126).

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

RGB channels and saturation

R 85 of 255 = 33%
G 52 of 255 = 20%
B 126 of 255 = 49%

85
52
126

R + G + B ~ 34%. #55347E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 52 + 126 = 263 (100%)
R 85 of 263 ~ 32.32%
G 52 of 263 ~ 19.77%
B 126 of 263 ~ 47.91%

%32.32
%19.77
%47.91

CMYK color model

#55347E color CMYK value is (33,59,0,51).

  • cyan value is 32.54%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,59,0,51)
C33M59Y0K51 
(33%,59%,0%,51%)
(0.33/0.59/0.00/0.51)	

CMYK percentages

%32.54
%58.73
%0
%50.59

Codes

Color #55347E in popluar color models

55347E
RGB8552126
HSL267°41.57%34.90%
HSB/HSV267°58.73%49.41%
CMYK32.54%58.73%0.00%
50.59%

Color #55347E in popluar number systems.

HEX55347E
Decimal8552126
Binary10101011101001111110
Octal12564176

Shades and tints

Shades of #55347E

#55347E
(85,52,126)
#4E3073
(78,48,115)
#472C68
(71,44,104)
#40285D
(64,40,93)
#392452
(57,36,82)
#322047
(50,32,71)
#2B1C3C
(43,28,60)
#241831
(36,24,49)
#1D1426
(29,20,38)
#16101B
(22,16,27)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #55347E

#55347E
(85,52,126)
#644689
(100,70,137)
#735894
(115,88,148)
#826A9F
(130,106,159)
#917CAA
(145,124,170)
#A08EB5
(160,142,181)
#AFA0C0
(175,160,192)
#BEB2CB
(190,178,203)
#CDC4D6
(205,196,214)
#DCD6E1
(220,214,225)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55347E; }

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

This text font color is #55347E.


Background Color

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

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

This div background color is #55347E.


Border color

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

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

This div border color is #55347E.


Opacity

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

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

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

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

This text has shadow with #55347E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55347E on black background.


Color preview on white background

This text has color #55347E on white background.



Black color preview on #55347E background

This text has black color on #55347E background.


White color preview on #55347E background

This text has white color on #55347E background.