COLOR #5E4EB8

HEX: #5E4EB8
RGB: (94,78,184)

Color info

#5E4EB8 contains mainly blue color. Web safe color of #5E4EB8 is #6666CC (or #66C).

RGB color model

#5E4EB8 color RGB value is (94,78,184).

  • red value is 94;
  • green value is 78;
  • blue value is 184.
RGB:
(94,78,184)
(37%,31%,72%)

RGB channels and saturation

R 94 of 255 = 37%
G 78 of 255 = 31%
B 184 of 255 = 72%

94
78
184

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

Portions of RGB colors in percentages

R + G + B =
94 + 78 + 184 = 356 (100%)
R 94 of 356 ~ 26.4%
G 78 of 356 ~ 21.91%
B 184 of 356 ~ 51.69%

%26.4
%21.91
%51.69

CMYK color model

#5E4EB8 color CMYK value is (49,58,0,28).

  • cyan value is 48.91%
  • magenta value is 57.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(49,58,0,28)
C49M58Y0K28 
(49%,58%,0%,28%)
(0.49/0.58/0.00/0.28)	

CMYK percentages

%48.91
%57.61
%0
%27.84

Codes

Color #5E4EB8 in popluar color models

5E4EB8
RGB9478184
HSL249°42.74%51.37%
HSB/HSV249°57.61%72.16%
CMYK48.91%57.61%0.00%
27.84%

Color #5E4EB8 in popluar number systems.

HEX5E4EB8
Decimal9478184
Binary1011110100111010111000
Octal136116270

Shades and tints

Shades of #5E4EB8

#5E4EB8
(94,78,184)
#5647A8
(86,71,168)
#4E4098
(78,64,152)
#463988
(70,57,136)
#3E3278
(62,50,120)
#362B68
(54,43,104)
#2E2458
(46,36,88)
#261D48
(38,29,72)
#1E1638
(30,22,56)
#160F28
(22,15,40)
#0E0818
(14,8,24)
#000000
(0,0,0)

Tints of #5E4EB8

#5E4EB8
(94,78,184)
#6C5EBE
(108,94,190)
#7A6EC4
(122,110,196)
#887ECA
(136,126,202)
#968ED0
(150,142,208)
#A49ED6
(164,158,214)
#B2AEDC
(178,174,220)
#C0BEE2
(192,190,226)
#CECEE8
(206,206,232)
#DCDEEE
(220,222,238)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4EB8 color. Also use rgb(94,78,184) instead hex code.

Text Font Color

.myTextColor { color: #5E4EB8; }

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

This text font color is #5E4EB8.


Background Color

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

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

This div background color is #5E4EB8.


Border color

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

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

This div border color is #5E4EB8.


Opacity

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

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

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

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

This text has shadow with #5E4EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4EB8 on black background.


Color preview on white background

This text has color #5E4EB8 on white background.



Black color preview on #5E4EB8 background

This text has black color on #5E4EB8 background.


White color preview on #5E4EB8 background

This text has white color on #5E4EB8 background.