COLOR #5E5F9D

HEX: #5E5F9D
RGB: (94,95,157)

Color info

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

RGB color model

#5E5F9D color RGB value is (94,95,157).

  • red value is 94;
  • green value is 95;
  • blue value is 157.
RGB:
(94,95,157)
(37%,37%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 95 of 255 = 37%
B 157 of 255 = 62%

94
95
157

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

Portions of RGB colors in percentages

R + G + B =
94 + 95 + 157 = 346 (100%)
R 94 of 346 ~ 27.17%
G 95 of 346 ~ 27.46%
B 157 of 346 ~ 45.38%

%27.17
%27.46
%45.38

CMYK color model

#5E5F9D color CMYK value is (40,39,0,38).

  • cyan value is 40.13%
  • magenta value is 39.49%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(40,39,0,38)
C40M39Y0K38 
(40%,39%,0%,38%)
(0.40/0.39/0.00/0.38)	

CMYK percentages

%40.13
%39.49
%0
%38.43

Codes

Color #5E5F9D in popluar color models

5E5F9D
RGB9495157
HSL239°25.10%49.22%
HSB/HSV239°40.13%61.57%
CMYK40.13%39.49%0.00%
38.43%

Color #5E5F9D in popluar number systems.

HEX5E5F9D
Decimal9495157
Binary1011110101111110011101
Octal136137235

Shades and tints

Shades of #5E5F9D

#5E5F9D
(94,95,157)
#56578F
(86,87,143)
#4E4F81
(78,79,129)
#464773
(70,71,115)
#3E3F65
(62,63,101)
#363757
(54,55,87)
#2E2F49
(46,47,73)
#26273B
(38,39,59)
#1E1F2D
(30,31,45)
#16171F
(22,23,31)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #5E5F9D

#5E5F9D
(94,95,157)
#6C6DA5
(108,109,165)
#7A7BAD
(122,123,173)
#8889B5
(136,137,181)
#9697BD
(150,151,189)
#A4A5C5
(164,165,197)
#B2B3CD
(178,179,205)
#C0C1D5
(192,193,213)
#CECFDD
(206,207,221)
#DCDDE5
(220,221,229)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5F9D; }

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

This text font color is #5E5F9D.


Background Color

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

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

This div background color is #5E5F9D.


Border color

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

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

This div border color is #5E5F9D.


Opacity

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

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

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

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

This text has shadow with #5E5F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5F9D on black background.


Color preview on white background

This text has color #5E5F9D on white background.



Black color preview on #5E5F9D background

This text has black color on #5E5F9D background.


White color preview on #5E5F9D background

This text has white color on #5E5F9D background.