COLOR #5E5491

HEX: #5E5491
RGB: (94,84,145)

Color info

#5E5491 contains mainly red and blue colors. Web safe color of #5E5491 is #666699 (or #669).

RGB color model

#5E5491 color RGB value is (94,84,145).

  • red value is 94;
  • green value is 84;
  • blue value is 145.
RGB:
(94,84,145)
(37%,33%,57%)

RGB channels and saturation

R 94 of 255 = 37%
G 84 of 255 = 33%
B 145 of 255 = 57%

94
84
145

R + G + B ~ 42%. #5E5491 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 84 + 145 = 323 (100%)
R 94 of 323 ~ 29.1%
G 84 of 323 ~ 26.01%
B 145 of 323 ~ 44.89%

%29.1
%26.01
%44.89

CMYK color model

#5E5491 color CMYK value is (35,42,0,43).

  • cyan value is 35.17%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(35,42,0,43)
C35M42Y0K43 
(35%,42%,0%,43%)
(0.35/0.42/0.00/0.43)	

CMYK percentages

%35.17
%42.07
%0
%43.14

Codes

Color #5E5491 in popluar color models

5E5491
RGB9484145
HSL250°26.64%44.90%
HSB/HSV250°42.07%56.86%
CMYK35.17%42.07%0.00%
43.14%

Color #5E5491 in popluar number systems.

HEX5E5491
Decimal9484145
Binary1011110101010010010001
Octal136124221

Shades and tints

Shades of #5E5491

#5E5491
(94,84,145)
#564D84
(86,77,132)
#4E4677
(78,70,119)
#463F6A
(70,63,106)
#3E385D
(62,56,93)
#363150
(54,49,80)
#2E2A43
(46,42,67)
#262336
(38,35,54)
#1E1C29
(30,28,41)
#16151C
(22,21,28)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #5E5491

#5E5491
(94,84,145)
#6C639B
(108,99,155)
#7A72A5
(122,114,165)
#8881AF
(136,129,175)
#9690B9
(150,144,185)
#A49FC3
(164,159,195)
#B2AECD
(178,174,205)
#C0BDD7
(192,189,215)
#CECCE1
(206,204,225)
#DCDBEB
(220,219,235)
#EAEAF5
(234,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5491 color. Also use rgb(94,84,145) instead hex code.

Text Font Color

.myTextColor { color: #5E5491; }

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

This text font color is #5E5491.


Background Color

.myBgColor { background-color: #5E5491; }

<div style="background-color:#5E5491">Inner text</div>

This div background color is #5E5491.


Border color

.myBorderColor { border: 1px solid #5E5491; }

<div style="border:3px solid #5E5491">Div</div>

This div border color is #5E5491.


Opacity

.myOpacity80 { color: #5E5491; opacity: 0.8; }

<p style="color:#5E5491;opacity:0.8;">80%</p>

Text with #5E5491 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 #5E5491;}

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

This text has shadow with #5E5491 color.

.textShadow {text-shadow: 3px 3px 1px #5E5491, 3px 3px 1px red;}

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

This text has shadow with #5E5491 primary color and red secondary color.


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

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

This text has shadow with #5E5491 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5491 on black background.


Color preview on white background

This text has color #5E5491 on white background.



Black color preview on #5E5491 background

This text has black color on #5E5491 background.


White color preview on #5E5491 background

This text has white color on #5E5491 background.