COLOR #55318E

HEX: #55318E
RGB: (85,49,142)

Color info

#55318E contains mainly red and blue colors. Web safe color of #55318E is #663399 (or #639).

RGB color model

#55318E color RGB value is (85,49,142).

  • red value is 85;
  • green value is 49;
  • blue value is 142.
RGB:
(85,49,142)
(33%,19%,56%)

RGB channels and saturation

R 85 of 255 = 33%
G 49 of 255 = 19%
B 142 of 255 = 56%

85
49
142

R + G + B ~ 36%. #55318E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 49 + 142 = 276 (100%)
R 85 of 276 ~ 30.8%
G 49 of 276 ~ 17.75%
B 142 of 276 ~ 51.45%

%30.8
%17.75
%51.45

CMYK color model

#55318E color CMYK value is (40,65,0,44).

  • cyan value is 40.14%
  • magenta value is 65.49%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(40,65,0,44)
C40M65Y0K44 
(40%,65%,0%,44%)
(0.40/0.65/0.00/0.44)	

CMYK percentages

%40.14
%65.49
%0
%44.31

Codes

Color #55318E in popluar color models

55318E
RGB8549142
HSL263°48.69%37.45%
HSB/HSV263°65.49%55.69%
CMYK40.14%65.49%0.00%
44.31%

Color #55318E in popluar number systems.

HEX55318E
Decimal8549142
Binary101010111000110001110
Octal12561216

Shades and tints

Shades of #55318E

#55318E
(85,49,142)
#4E2D82
(78,45,130)
#472976
(71,41,118)
#40256A
(64,37,106)
#39215E
(57,33,94)
#321D52
(50,29,82)
#2B1946
(43,25,70)
#24153A
(36,21,58)
#1D112E
(29,17,46)
#160D22
(22,13,34)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #55318E

#55318E
(85,49,142)
#644398
(100,67,152)
#7355A2
(115,85,162)
#8267AC
(130,103,172)
#9179B6
(145,121,182)
#A08BC0
(160,139,192)
#AF9DCA
(175,157,202)
#BEAFD4
(190,175,212)
#CDC1DE
(205,193,222)
#DCD3E8
(220,211,232)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55318E color. Also use rgb(85,49,142) instead hex code.

Text Font Color

.myTextColor { color: #55318E; }

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

This text font color is #55318E.


Background Color

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

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

This div background color is #55318E.


Border color

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

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

This div border color is #55318E.


Opacity

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

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

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

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

This text has shadow with #55318E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55318E on black background.


Color preview on white background

This text has color #55318E on white background.



Black color preview on #55318E background

This text has black color on #55318E background.


White color preview on #55318E background

This text has white color on #55318E background.