COLOR #5E5EA3

HEX: #5E5EA3
RGB: (94,94,163)

Color info

#5E5EA3 contains mainly blue color. Web safe color of #5E5EA3 is #666699 (or #669).

RGB color model

#5E5EA3 color RGB value is (94,94,163).

  • red value is 94;
  • green value is 94;
  • blue value is 163.
RGB:
(94,94,163)
(37%,37%,64%)

RGB channels and saturation

R 94 of 255 = 37%
G 94 of 255 = 37%
B 163 of 255 = 64%

94
94
163

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

Portions of RGB colors in percentages

R + G + B =
94 + 94 + 163 = 351 (100%)
R 94 of 351 ~ 26.78%
G 94 of 351 ~ 26.78%
B 163 of 351 ~ 46.44%

%26.78
%26.78
%46.44

CMYK color model

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

  • cyan value is 42.33%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(42,42,0,36)
C42M42Y0K36 
(42%,42%,0%,36%)
(0.42/0.42/0.00/0.36)	

CMYK percentages

%42.33
%42.33
%0
%36.08

Codes

Color #5E5EA3 in popluar color models

5E5EA3
RGB9494163
HSL240°27.27%50.39%
HSB/HSV240°42.33%63.92%
CMYK42.33%42.33%0.00%
36.08%

Color #5E5EA3 in popluar number systems.

HEX5E5EA3
Decimal9494163
Binary1011110101111010100011
Octal136136243

Shades and tints

Shades of #5E5EA3

#5E5EA3
(94,94,163)
#565695
(86,86,149)
#4E4E87
(78,78,135)
#464679
(70,70,121)
#3E3E6B
(62,62,107)
#36365D
(54,54,93)
#2E2E4F
(46,46,79)
#262641
(38,38,65)
#1E1E33
(30,30,51)
#161625
(22,22,37)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #5E5EA3

#5E5EA3
(94,94,163)
#6C6CAB
(108,108,171)
#7A7AB3
(122,122,179)
#8888BB
(136,136,187)
#9696C3
(150,150,195)
#A4A4CB
(164,164,203)
#B2B2D3
(178,178,211)
#C0C0DB
(192,192,219)
#CECEE3
(206,206,227)
#DCDCEB
(220,220,235)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5EA3; }

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

This text font color is #5E5EA3.


Background Color

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

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

This div background color is #5E5EA3.


Border color

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

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

This div border color is #5E5EA3.


Opacity

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

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

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

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

This text has shadow with #5E5EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5EA3 on black background.


Color preview on white background

This text has color #5E5EA3 on white background.



Black color preview on #5E5EA3 background

This text has black color on #5E5EA3 background.


White color preview on #5E5EA3 background

This text has white color on #5E5EA3 background.