COLOR #55459E

HEX: #55459E
RGB: (85,69,158)

Color info

#55459E contains mainly blue color. Web safe color of #55459E is #663399 (or #639).

RGB color model

#55459E color RGB value is (85,69,158).

  • red value is 85;
  • green value is 69;
  • blue value is 158.
RGB:
(85,69,158)
(33%,27%,62%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 158 of 255 = 62%

85
69
158

R + G + B ~ 41%. #55459E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 158 = 312 (100%)
R 85 of 312 ~ 27.24%
G 69 of 312 ~ 22.12%
B 158 of 312 ~ 50.64%

%27.24
%22.12
%50.64

CMYK color model

#55459E color CMYK value is (46,56,0,38).

  • cyan value is 46.20%
  • magenta value is 56.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(46,56,0,38)
C46M56Y0K38 
(46%,56%,0%,38%)
(0.46/0.56/0.00/0.38)	

CMYK percentages

%46.2
%56.33
%0
%38.04

Codes

Color #55459E in popluar color models

55459E
RGB8569158
HSL251°39.21%44.51%
HSB/HSV251°56.33%61.96%
CMYK46.20%56.33%0.00%
38.04%

Color #55459E in popluar number systems.

HEX55459E
Decimal8569158
Binary1010101100010110011110
Octal125105236

Shades and tints

Shades of #55459E

#55459E
(85,69,158)
#4E3F90
(78,63,144)
#473982
(71,57,130)
#403374
(64,51,116)
#392D66
(57,45,102)
#322758
(50,39,88)
#2B214A
(43,33,74)
#241B3C
(36,27,60)
#1D152E
(29,21,46)
#160F20
(22,15,32)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #55459E

#55459E
(85,69,158)
#6455A6
(100,85,166)
#7365AE
(115,101,174)
#8275B6
(130,117,182)
#9185BE
(145,133,190)
#A095C6
(160,149,198)
#AFA5CE
(175,165,206)
#BEB5D6
(190,181,214)
#CDC5DE
(205,197,222)
#DCD5E6
(220,213,230)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55459E color. Also use rgb(85,69,158) instead hex code.

Text Font Color

.myTextColor { color: #55459E; }

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

This text font color is #55459E.


Background Color

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

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

This div background color is #55459E.


Border color

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

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

This div border color is #55459E.


Opacity

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

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

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

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

This text has shadow with #55459E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55459E on black background.


Color preview on white background

This text has color #55459E on white background.



Black color preview on #55459E background

This text has black color on #55459E background.


White color preview on #55459E background

This text has white color on #55459E background.