COLOR #5E6793

HEX: #5E6793
RGB: (94,103,147)

Color info

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

RGB color model

#5E6793 color RGB value is (94,103,147).

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

RGB channels and saturation

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

94
103
147

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

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 147 = 344 (100%)
R 94 of 344 ~ 27.33%
G 103 of 344 ~ 29.94%
B 147 of 344 ~ 42.73%

%27.33
%29.94
%42.73

CMYK color model

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

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

CMYK percentages

%36.05
%29.93
%0
%42.35

Codes

Color #5E6793 in popluar color models

5E6793
RGB94103147
HSL230°21.99%47.25%
HSB/HSV230°36.05%57.65%
CMYK36.05%29.93%0.00%
42.35%

Color #5E6793 in popluar number systems.

HEX5E6793
Decimal94103147
Binary1011110110011110010011
Octal136147223

Shades and tints

Shades of #5E6793

#5E6793
(94,103,147)
#565E86
(86,94,134)
#4E5579
(78,85,121)
#464C6C
(70,76,108)
#3E435F
(62,67,95)
#363A52
(54,58,82)
#2E3145
(46,49,69)
#262838
(38,40,56)
#1E1F2B
(30,31,43)
#16161E
(22,22,30)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #5E6793

#5E6793
(94,103,147)
#6C749C
(108,116,156)
#7A81A5
(122,129,165)
#888EAE
(136,142,174)
#969BB7
(150,155,183)
#A4A8C0
(164,168,192)
#B2B5C9
(178,181,201)
#C0C2D2
(192,194,210)
#CECFDB
(206,207,219)
#DCDCE4
(220,220,228)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6793; }

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

This text font color is #5E6793.


Background Color

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

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

This div background color is #5E6793.


Border color

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

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

This div border color is #5E6793.


Opacity

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

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

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

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

This text has shadow with #5E6793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6793 on black background.


Color preview on white background

This text has color #5E6793 on white background.



Black color preview on #5E6793 background

This text has black color on #5E6793 background.


White color preview on #5E6793 background

This text has white color on #5E6793 background.