COLOR #5E6D8E

HEX: #5E6D8E
RGB: (94,109,142)

Color info

#5E6D8E contains red, green and blue colors in about the same proportion. Web safe color of #5E6D8E is #666699 (or #669).

RGB color model

#5E6D8E color RGB value is (94,109,142).

  • red value is 94;
  • green value is 109;
  • blue value is 142.
RGB:
(94,109,142)
(37%,43%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 142 of 255 = 56%

94
109
142

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

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 142 = 345 (100%)
R 94 of 345 ~ 27.25%
G 109 of 345 ~ 31.59%
B 142 of 345 ~ 41.16%

%27.25
%31.59
%41.16

CMYK color model

#5E6D8E color CMYK value is (34,23,0,44).

  • cyan value is 33.80%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(34,23,0,44)
C34M23Y0K44 
(34%,23%,0%,44%)
(0.34/0.23/0.00/0.44)	

CMYK percentages

%33.8
%23.24
%0
%44.31

Codes

Color #5E6D8E in popluar color models

5E6D8E
RGB94109142
HSL221°20.34%46.27%
HSB/HSV221°33.80%55.69%
CMYK33.80%23.24%0.00%
44.31%

Color #5E6D8E in popluar number systems.

HEX5E6D8E
Decimal94109142
Binary1011110110110110001110
Octal136155216

Shades and tints

Shades of #5E6D8E

#5E6D8E
(94,109,142)
#566482
(86,100,130)
#4E5B76
(78,91,118)
#46526A
(70,82,106)
#3E495E
(62,73,94)
#364052
(54,64,82)
#2E3746
(46,55,70)
#262E3A
(38,46,58)
#1E252E
(30,37,46)
#161C22
(22,28,34)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #5E6D8E

#5E6D8E
(94,109,142)
#6C7A98
(108,122,152)
#7A87A2
(122,135,162)
#8894AC
(136,148,172)
#96A1B6
(150,161,182)
#A4AEC0
(164,174,192)
#B2BBCA
(178,187,202)
#C0C8D4
(192,200,212)
#CED5DE
(206,213,222)
#DCE2E8
(220,226,232)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6D8E; }

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

This text font color is #5E6D8E.


Background Color

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

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

This div background color is #5E6D8E.


Border color

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

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

This div border color is #5E6D8E.


Opacity

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

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

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

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

This text has shadow with #5E6D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D8E on black background.


Color preview on white background

This text has color #5E6D8E on white background.



Black color preview on #5E6D8E background

This text has black color on #5E6D8E background.


White color preview on #5E6D8E background

This text has white color on #5E6D8E background.