COLOR #553E94

HEX: #553E94
RGB: (85,62,148)

Color info

#553E94 contains mainly blue color. Web safe color of #553E94 is #663399 (or #639).

RGB color model

#553E94 color RGB value is (85,62,148).

  • red value is 85;
  • green value is 62;
  • blue value is 148.
RGB:
(85,62,148)
(33%,24%,58%)

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 148 of 255 = 58%

85
62
148

R + G + B ~ 38%. #553E94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 148 = 295 (100%)
R 85 of 295 ~ 28.81%
G 62 of 295 ~ 21.02%
B 148 of 295 ~ 50.17%

%28.81
%21.02
%50.17

CMYK color model

#553E94 color CMYK value is (43,58,0,42).

  • cyan value is 42.57%
  • magenta value is 58.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(43,58,0,42)
C43M58Y0K42 
(43%,58%,0%,42%)
(0.43/0.58/0.00/0.42)	

CMYK percentages

%42.57
%58.11
%0
%41.96

Codes

Color #553E94 in popluar color models

553E94
RGB8562148
HSL256°40.95%41.18%
HSB/HSV256°58.11%58.04%
CMYK42.57%58.11%0.00%
41.96%

Color #553E94 in popluar number systems.

HEX553E94
Decimal8562148
Binary101010111111010010100
Octal12576224

Shades and tints

Shades of #553E94

#553E94
(85,62,148)
#4E3987
(78,57,135)
#47347A
(71,52,122)
#402F6D
(64,47,109)
#392A60
(57,42,96)
#322553
(50,37,83)
#2B2046
(43,32,70)
#241B39
(36,27,57)
#1D162C
(29,22,44)
#16111F
(22,17,31)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #553E94

#553E94
(85,62,148)
#644F9D
(100,79,157)
#7360A6
(115,96,166)
#8271AF
(130,113,175)
#9182B8
(145,130,184)
#A093C1
(160,147,193)
#AFA4CA
(175,164,202)
#BEB5D3
(190,181,211)
#CDC6DC
(205,198,220)
#DCD7E5
(220,215,229)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553E94 color. Also use rgb(85,62,148) instead hex code.

Text Font Color

.myTextColor { color: #553E94; }

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

This text font color is #553E94.


Background Color

.myBgColor { background-color: #553E94; }

<div style="background-color:#553E94">Inner text</div>

This div background color is #553E94.


Border color

.myBorderColor { border: 1px solid #553E94; }

<div style="border:3px solid #553E94">Div</div>

This div border color is #553E94.


Opacity

.myOpacity80 { color: #553E94; opacity: 0.8; }

<p style="color:#553E94;opacity:0.8;">80%</p>

Text with #553E94 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 #553E94;}

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

This text has shadow with #553E94 color.

.textShadow {text-shadow: 3px 3px 1px #553E94, 3px 3px 1px red;}

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

This text has shadow with #553E94 primary color and red secondary color.


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

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

This text has shadow with #553E94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E94 on black background.


Color preview on white background

This text has color #553E94 on white background.



Black color preview on #553E94 background

This text has black color on #553E94 background.


White color preview on #553E94 background

This text has white color on #553E94 background.