COLOR #5E6A99

HEX: #5E6A99
RGB: (94,106,153)

Color info

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

RGB color model

#5E6A99 color RGB value is (94,106,153).

  • red value is 94;
  • green value is 106;
  • blue value is 153.
RGB:
(94,106,153)
(37%,42%,60%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 153 of 255 = 60%

94
106
153

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

Portions of RGB colors in percentages

R + G + B =
94 + 106 + 153 = 353 (100%)
R 94 of 353 ~ 26.63%
G 106 of 353 ~ 30.03%
B 153 of 353 ~ 43.34%

%26.63
%30.03
%43.34

CMYK color model

#5E6A99 color CMYK value is (39,31,0,40).

  • cyan value is 38.56%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(39,31,0,40)
C39M31Y0K40 
(39%,31%,0%,40%)
(0.39/0.31/0.00/0.40)	

CMYK percentages

%38.56
%30.72
%0
%40

Codes

Color #5E6A99 in popluar color models

5E6A99
RGB94106153
HSL228°23.89%48.43%
HSB/HSV228°38.56%60.00%
CMYK38.56%30.72%0.00%
40.00%

Color #5E6A99 in popluar number systems.

HEX5E6A99
Decimal94106153
Binary1011110110101010011001
Octal136152231

Shades and tints

Shades of #5E6A99

#5E6A99
(94,106,153)
#56618C
(86,97,140)
#4E587F
(78,88,127)
#464F72
(70,79,114)
#3E4665
(62,70,101)
#363D58
(54,61,88)
#2E344B
(46,52,75)
#262B3E
(38,43,62)
#1E2231
(30,34,49)
#161924
(22,25,36)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #5E6A99

#5E6A99
(94,106,153)
#6C77A2
(108,119,162)
#7A84AB
(122,132,171)
#8891B4
(136,145,180)
#969EBD
(150,158,189)
#A4ABC6
(164,171,198)
#B2B8CF
(178,184,207)
#C0C5D8
(192,197,216)
#CED2E1
(206,210,225)
#DCDFEA
(220,223,234)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6A99; }

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

This text font color is #5E6A99.


Background Color

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

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

This div background color is #5E6A99.


Border color

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

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

This div border color is #5E6A99.


Opacity

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

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

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

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

This text has shadow with #5E6A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6A99 on black background.


Color preview on white background

This text has color #5E6A99 on white background.



Black color preview on #5E6A99 background

This text has black color on #5E6A99 background.


White color preview on #5E6A99 background

This text has white color on #5E6A99 background.