COLOR #5E6794

HEX: #5E6794
RGB: (94,103,148)

Color info

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

RGB color model

#5E6794 color RGB value is (94,103,148).

  • red value is 94;
  • green value is 103;
  • blue value is 148.
RGB:
(94,103,148)
(37%,40%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 148 of 255 = 58%

94
103
148

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

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 148 = 345 (100%)
R 94 of 345 ~ 27.25%
G 103 of 345 ~ 29.86%
B 148 of 345 ~ 42.9%

%27.25
%29.86
%42.9

CMYK color model

#5E6794 color CMYK value is (36,30,0,42).

  • cyan value is 36.49%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(36,30,0,42)
C36M30Y0K42 
(36%,30%,0%,42%)
(0.36/0.30/0.00/0.42)	

CMYK percentages

%36.49
%30.41
%0
%41.96

Codes

Color #5E6794 in popluar color models

5E6794
RGB94103148
HSL230°22.31%47.45%
HSB/HSV230°36.49%58.04%
CMYK36.49%30.41%0.00%
41.96%

Color #5E6794 in popluar number systems.

HEX5E6794
Decimal94103148
Binary1011110110011110010100
Octal136147224

Shades and tints

Shades of #5E6794

#5E6794
(94,103,148)
#565E87
(86,94,135)
#4E557A
(78,85,122)
#464C6D
(70,76,109)
#3E4360
(62,67,96)
#363A53
(54,58,83)
#2E3146
(46,49,70)
#262839
(38,40,57)
#1E1F2C
(30,31,44)
#16161F
(22,22,31)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #5E6794

#5E6794
(94,103,148)
#6C749D
(108,116,157)
#7A81A6
(122,129,166)
#888EAF
(136,142,175)
#969BB8
(150,155,184)
#A4A8C1
(164,168,193)
#B2B5CA
(178,181,202)
#C0C2D3
(192,194,211)
#CECFDC
(206,207,220)
#DCDCE5
(220,220,229)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6794 color. Also use rgb(94,103,148) instead hex code.

Text Font Color

.myTextColor { color: #5E6794; }

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

This text font color is #5E6794.


Background Color

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

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

This div background color is #5E6794.


Border color

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

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

This div border color is #5E6794.


Opacity

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

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

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

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

This text has shadow with #5E6794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6794 on black background.


Color preview on white background

This text has color #5E6794 on white background.



Black color preview on #5E6794 background

This text has black color on #5E6794 background.


White color preview on #5E6794 background

This text has white color on #5E6794 background.