COLOR #5E6DA4

HEX: #5E6DA4
RGB: (94,109,164)

Color info

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

RGB color model

#5E6DA4 color RGB value is (94,109,164).

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

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 164 of 255 = 64%

94
109
164

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

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 164 = 367 (100%)
R 94 of 367 ~ 25.61%
G 109 of 367 ~ 29.7%
B 164 of 367 ~ 44.69%

%25.61
%29.7
%44.69

CMYK color model

#5E6DA4 color CMYK value is (43,34,0,36).

  • cyan value is 42.68%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(43,34,0,36)
C43M34Y0K36 
(43%,34%,0%,36%)
(0.43/0.34/0.00/0.36)	

CMYK percentages

%42.68
%33.54
%0
%35.69

Codes

Color #5E6DA4 in popluar color models

5E6DA4
RGB94109164
HSL227°27.78%50.59%
HSB/HSV227°42.68%64.31%
CMYK42.68%33.54%0.00%
35.69%

Color #5E6DA4 in popluar number systems.

HEX5E6DA4
Decimal94109164
Binary1011110110110110100100
Octal136155244

Shades and tints

Shades of #5E6DA4

#5E6DA4
(94,109,164)
#566496
(86,100,150)
#4E5B88
(78,91,136)
#46527A
(70,82,122)
#3E496C
(62,73,108)
#36405E
(54,64,94)
#2E3750
(46,55,80)
#262E42
(38,46,66)
#1E2534
(30,37,52)
#161C26
(22,28,38)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #5E6DA4

#5E6DA4
(94,109,164)
#6C7AAC
(108,122,172)
#7A87B4
(122,135,180)
#8894BC
(136,148,188)
#96A1C4
(150,161,196)
#A4AECC
(164,174,204)
#B2BBD4
(178,187,212)
#C0C8DC
(192,200,220)
#CED5E4
(206,213,228)
#DCE2EC
(220,226,236)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6DA4; }

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

This text font color is #5E6DA4.


Background Color

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

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

This div background color is #5E6DA4.


Border color

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

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

This div border color is #5E6DA4.


Opacity

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

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

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

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

This text has shadow with #5E6DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6DA4 on black background.


Color preview on white background

This text has color #5E6DA4 on white background.



Black color preview on #5E6DA4 background

This text has black color on #5E6DA4 background.


White color preview on #5E6DA4 background

This text has white color on #5E6DA4 background.