COLOR #5E6392

HEX: #5E6392
RGB: (94,99,146)

Color info

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

RGB color model

#5E6392 color RGB value is (94,99,146).

  • red value is 94;
  • green value is 99;
  • blue value is 146.
RGB:
(94,99,146)
(37%,39%,57%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 146 of 255 = 57%

94
99
146

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

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 146 = 339 (100%)
R 94 of 339 ~ 27.73%
G 99 of 339 ~ 29.2%
B 146 of 339 ~ 43.07%

%27.73
%29.2
%43.07

CMYK color model

#5E6392 color CMYK value is (36,32,0,43).

  • cyan value is 35.62%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(36,32,0,43)
C36M32Y0K43 
(36%,32%,0%,43%)
(0.36/0.32/0.00/0.43)	

CMYK percentages

%35.62
%32.19
%0
%42.75

Codes

Color #5E6392 in popluar color models

5E6392
RGB9499146
HSL234°21.67%47.06%
HSB/HSV234°35.62%57.25%
CMYK35.62%32.19%0.00%
42.75%

Color #5E6392 in popluar number systems.

HEX5E6392
Decimal9499146
Binary1011110110001110010010
Octal136143222

Shades and tints

Shades of #5E6392

#5E6392
(94,99,146)
#565A85
(86,90,133)
#4E5178
(78,81,120)
#46486B
(70,72,107)
#3E3F5E
(62,63,94)
#363651
(54,54,81)
#2E2D44
(46,45,68)
#262437
(38,36,55)
#1E1B2A
(30,27,42)
#16121D
(22,18,29)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #5E6392

#5E6392
(94,99,146)
#6C719B
(108,113,155)
#7A7FA4
(122,127,164)
#888DAD
(136,141,173)
#969BB6
(150,155,182)
#A4A9BF
(164,169,191)
#B2B7C8
(178,183,200)
#C0C5D1
(192,197,209)
#CED3DA
(206,211,218)
#DCE1E3
(220,225,227)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6392 color. Also use rgb(94,99,146) instead hex code.

Text Font Color

.myTextColor { color: #5E6392; }

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

This text font color is #5E6392.


Background Color

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

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

This div background color is #5E6392.


Border color

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

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

This div border color is #5E6392.


Opacity

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

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

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

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

This text has shadow with #5E6392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6392 on black background.


Color preview on white background

This text has color #5E6392 on white background.



Black color preview on #5E6392 background

This text has black color on #5E6392 background.


White color preview on #5E6392 background

This text has white color on #5E6392 background.