COLOR #5E5794

HEX: #5E5794
RGB: (94,87,148)

Color info

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

RGB color model

#5E5794 color RGB value is (94,87,148).

  • red value is 94;
  • green value is 87;
  • blue value is 148.
RGB:
(94,87,148)
(37%,34%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 148 of 255 = 58%

94
87
148

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 148 = 329 (100%)
R 94 of 329 ~ 28.57%
G 87 of 329 ~ 26.44%
B 148 of 329 ~ 44.98%

%28.57
%26.44
%44.98

CMYK color model

#5E5794 color CMYK value is (36,41,0,42).

  • cyan value is 36.49%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(36,41,0,42)
C36M41Y0K42 
(36%,41%,0%,42%)
(0.36/0.41/0.00/0.42)	

CMYK percentages

%36.49
%41.22
%0
%41.96

Codes

Color #5E5794 in popluar color models

5E5794
RGB9487148
HSL247°25.96%46.08%
HSB/HSV247°41.22%58.04%
CMYK36.49%41.22%0.00%
41.96%

Color #5E5794 in popluar number systems.

HEX5E5794
Decimal9487148
Binary1011110101011110010100
Octal136127224

Shades and tints

Shades of #5E5794

#5E5794
(94,87,148)
#565087
(86,80,135)
#4E497A
(78,73,122)
#46426D
(70,66,109)
#3E3B60
(62,59,96)
#363453
(54,52,83)
#2E2D46
(46,45,70)
#262639
(38,38,57)
#1E1F2C
(30,31,44)
#16181F
(22,24,31)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #5E5794

#5E5794
(94,87,148)
#6C669D
(108,102,157)
#7A75A6
(122,117,166)
#8884AF
(136,132,175)
#9693B8
(150,147,184)
#A4A2C1
(164,162,193)
#B2B1CA
(178,177,202)
#C0C0D3
(192,192,211)
#CECFDC
(206,207,220)
#DCDEE5
(220,222,229)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5794 color. Also use rgb(94,87,148) instead hex code.

Text Font Color

.myTextColor { color: #5E5794; }

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

This text font color is #5E5794.


Background Color

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

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

This div background color is #5E5794.


Border color

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

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

This div border color is #5E5794.


Opacity

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

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

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

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

This text has shadow with #5E5794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5794 on black background.


Color preview on white background

This text has color #5E5794 on white background.



Black color preview on #5E5794 background

This text has black color on #5E5794 background.


White color preview on #5E5794 background

This text has white color on #5E5794 background.