COLOR #5E6B9D

HEX: #5E6B9D
RGB: (94,107,157)

Color info

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

RGB color model

#5E6B9D color RGB value is (94,107,157).

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

RGB channels and saturation

R 94 of 255 = 37%
G 107 of 255 = 42%
B 157 of 255 = 62%

94
107
157

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

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 157 = 358 (100%)
R 94 of 358 ~ 26.26%
G 107 of 358 ~ 29.89%
B 157 of 358 ~ 43.85%

%26.26
%29.89
%43.85

CMYK color model

#5E6B9D color CMYK value is (40,32,0,38).

  • cyan value is 40.13%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(40,32,0,38)
C40M32Y0K38 
(40%,32%,0%,38%)
(0.40/0.32/0.00/0.38)	

CMYK percentages

%40.13
%31.85
%0
%38.43

Codes

Color #5E6B9D in popluar color models

5E6B9D
RGB94107157
HSL228°25.10%49.22%
HSB/HSV228°40.13%61.57%
CMYK40.13%31.85%0.00%
38.43%

Color #5E6B9D in popluar number systems.

HEX5E6B9D
Decimal94107157
Binary1011110110101110011101
Octal136153235

Shades and tints

Shades of #5E6B9D

#5E6B9D
(94,107,157)
#56628F
(86,98,143)
#4E5981
(78,89,129)
#465073
(70,80,115)
#3E4765
(62,71,101)
#363E57
(54,62,87)
#2E3549
(46,53,73)
#262C3B
(38,44,59)
#1E232D
(30,35,45)
#161A1F
(22,26,31)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #5E6B9D

#5E6B9D
(94,107,157)
#6C78A5
(108,120,165)
#7A85AD
(122,133,173)
#8892B5
(136,146,181)
#969FBD
(150,159,189)
#A4ACC5
(164,172,197)
#B2B9CD
(178,185,205)
#C0C6D5
(192,198,213)
#CED3DD
(206,211,221)
#DCE0E5
(220,224,229)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B9D; }

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

This text font color is #5E6B9D.


Background Color

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

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

This div background color is #5E6B9D.


Border color

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

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

This div border color is #5E6B9D.


Opacity

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

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

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

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

This text has shadow with #5E6B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B9D on black background.


Color preview on white background

This text has color #5E6B9D on white background.



Black color preview on #5E6B9D background

This text has black color on #5E6B9D background.


White color preview on #5E6B9D background

This text has white color on #5E6B9D background.