COLOR #5E6DAF

HEX: #5E6DAF
RGB: (94,109,175)

Color info

#5E6DAF contains mainly blue color. Web safe color of #5E6DAF is #666699 (or #669).

RGB color model

#5E6DAF color RGB value is (94,109,175).

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

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 175 of 255 = 69%

94
109
175

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

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 175 = 378 (100%)
R 94 of 378 ~ 24.87%
G 109 of 378 ~ 28.84%
B 175 of 378 ~ 46.3%

%24.87
%28.84
%46.3

CMYK color model

#5E6DAF color CMYK value is (46,38,0,31).

  • cyan value is 46.29%
  • magenta value is 37.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(46,38,0,31)
C46M38Y0K31 
(46%,38%,0%,31%)
(0.46/0.38/0.00/0.31)	

CMYK percentages

%46.29
%37.71
%0
%31.37

Codes

Color #5E6DAF in popluar color models

5E6DAF
RGB94109175
HSL229°33.61%52.75%
HSB/HSV229°46.29%68.63%
CMYK46.29%37.71%0.00%
31.37%

Color #5E6DAF in popluar number systems.

HEX5E6DAF
Decimal94109175
Binary1011110110110110101111
Octal136155257

Shades and tints

Shades of #5E6DAF

#5E6DAF
(94,109,175)
#5664A0
(86,100,160)
#4E5B91
(78,91,145)
#465282
(70,82,130)
#3E4973
(62,73,115)
#364064
(54,64,100)
#2E3755
(46,55,85)
#262E46
(38,46,70)
#1E2537
(30,37,55)
#161C28
(22,28,40)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #5E6DAF

#5E6DAF
(94,109,175)
#6C7AB6
(108,122,182)
#7A87BD
(122,135,189)
#8894C4
(136,148,196)
#96A1CB
(150,161,203)
#A4AED2
(164,174,210)
#B2BBD9
(178,187,217)
#C0C8E0
(192,200,224)
#CED5E7
(206,213,231)
#DCE2EE
(220,226,238)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6DAF; }

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

This text font color is #5E6DAF.


Background Color

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

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

This div background color is #5E6DAF.


Border color

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

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

This div border color is #5E6DAF.


Opacity

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

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

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

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

This text has shadow with #5E6DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6DAF on black background.


Color preview on white background

This text has color #5E6DAF on white background.



Black color preview on #5E6DAF background

This text has black color on #5E6DAF background.


White color preview on #5E6DAF background

This text has white color on #5E6DAF background.