COLOR #5E5683

HEX: #5E5683
RGB: (94,86,131)

Color info

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

RGB color model

#5E5683 color RGB value is (94,86,131).

  • red value is 94;
  • green value is 86;
  • blue value is 131.
RGB:
(94,86,131)
(37%,34%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 131 of 255 = 51%

94
86
131

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 131 = 311 (100%)
R 94 of 311 ~ 30.23%
G 86 of 311 ~ 27.65%
B 131 of 311 ~ 42.12%

%30.23
%27.65
%42.12

CMYK color model

#5E5683 color CMYK value is (28,34,0,49).

  • cyan value is 28.24%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(28,34,0,49)
C28M34Y0K49 
(28%,34%,0%,49%)
(0.28/0.34/0.00/0.49)	

CMYK percentages

%28.24
%34.35
%0
%48.63

Codes

Color #5E5683 in popluar color models

5E5683
RGB9486131
HSL251°20.74%42.55%
HSB/HSV251°34.35%51.37%
CMYK28.24%34.35%0.00%
48.63%

Color #5E5683 in popluar number systems.

HEX5E5683
Decimal9486131
Binary1011110101011010000011
Octal136126203

Shades and tints

Shades of #5E5683

#5E5683
(94,86,131)
#564F78
(86,79,120)
#4E486D
(78,72,109)
#464162
(70,65,98)
#3E3A57
(62,58,87)
#36334C
(54,51,76)
#2E2C41
(46,44,65)
#262536
(38,37,54)
#1E1E2B
(30,30,43)
#161720
(22,23,32)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #5E5683

#5E5683
(94,86,131)
#6C658E
(108,101,142)
#7A7499
(122,116,153)
#8883A4
(136,131,164)
#9692AF
(150,146,175)
#A4A1BA
(164,161,186)
#B2B0C5
(178,176,197)
#C0BFD0
(192,191,208)
#CECEDB
(206,206,219)
#DCDDE6
(220,221,230)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5683 color. Also use rgb(94,86,131) instead hex code.

Text Font Color

.myTextColor { color: #5E5683; }

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

This text font color is #5E5683.


Background Color

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

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

This div background color is #5E5683.


Border color

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

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

This div border color is #5E5683.


Opacity

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

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

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

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

This text has shadow with #5E5683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5683 on black background.


Color preview on white background

This text has color #5E5683 on white background.



Black color preview on #5E5683 background

This text has black color on #5E5683 background.


White color preview on #5E5683 background

This text has white color on #5E5683 background.