COLOR #5E6F9A

HEX: #5E6F9A
RGB: (94,111,154)

Color info

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

RGB color model

#5E6F9A color RGB value is (94,111,154).

  • red value is 94;
  • green value is 111;
  • blue value is 154.
RGB:
(94,111,154)
(37%,44%,60%)

RGB channels and saturation

R 94 of 255 = 37%
G 111 of 255 = 44%
B 154 of 255 = 60%

94
111
154

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

Portions of RGB colors in percentages

R + G + B =
94 + 111 + 154 = 359 (100%)
R 94 of 359 ~ 26.18%
G 111 of 359 ~ 30.92%
B 154 of 359 ~ 42.9%

%26.18
%30.92
%42.9

CMYK color model

#5E6F9A color CMYK value is (39,28,0,40).

  • cyan value is 38.96%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(39,28,0,40)
C39M28Y0K40 
(39%,28%,0%,40%)
(0.39/0.28/0.00/0.40)	

CMYK percentages

%38.96
%27.92
%0
%39.61

Codes

Color #5E6F9A in popluar color models

5E6F9A
RGB94111154
HSL223°24.19%48.63%
HSB/HSV223°38.96%60.39%
CMYK38.96%27.92%0.00%
39.61%

Color #5E6F9A in popluar number systems.

HEX5E6F9A
Decimal94111154
Binary1011110110111110011010
Octal136157232

Shades and tints

Shades of #5E6F9A

#5E6F9A
(94,111,154)
#56658C
(86,101,140)
#4E5B7E
(78,91,126)
#465170
(70,81,112)
#3E4762
(62,71,98)
#363D54
(54,61,84)
#2E3346
(46,51,70)
#262938
(38,41,56)
#1E1F2A
(30,31,42)
#16151C
(22,21,28)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #5E6F9A

#5E6F9A
(94,111,154)
#6C7CA3
(108,124,163)
#7A89AC
(122,137,172)
#8896B5
(136,150,181)
#96A3BE
(150,163,190)
#A4B0C7
(164,176,199)
#B2BDD0
(178,189,208)
#C0CAD9
(192,202,217)
#CED7E2
(206,215,226)
#DCE4EB
(220,228,235)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6F9A; }

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

This text font color is #5E6F9A.


Background Color

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

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

This div background color is #5E6F9A.


Border color

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

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

This div border color is #5E6F9A.


Opacity

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

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

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

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

This text has shadow with #5E6F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6F9A on black background.


Color preview on white background

This text has color #5E6F9A on white background.



Black color preview on #5E6F9A background

This text has black color on #5E6F9A background.


White color preview on #5E6F9A background

This text has white color on #5E6F9A background.