COLOR #5E5689

HEX: #5E5689
RGB: (94,86,137)

Color info

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

RGB color model

#5E5689 color RGB value is (94,86,137).

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

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 137 of 255 = 54%

94
86
137

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 137 = 317 (100%)
R 94 of 317 ~ 29.65%
G 86 of 317 ~ 27.13%
B 137 of 317 ~ 43.22%

%29.65
%27.13
%43.22

CMYK color model

#5E5689 color CMYK value is (31,37,0,46).

  • cyan value is 31.39%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(31,37,0,46)
C31M37Y0K46 
(31%,37%,0%,46%)
(0.31/0.37/0.00/0.46)	

CMYK percentages

%31.39
%37.23
%0
%46.27

Codes

Color #5E5689 in popluar color models

5E5689
RGB9486137
HSL249°22.87%43.73%
HSB/HSV249°37.23%53.73%
CMYK31.39%37.23%0.00%
46.27%

Color #5E5689 in popluar number systems.

HEX5E5689
Decimal9486137
Binary1011110101011010001001
Octal136126211

Shades and tints

Shades of #5E5689

#5E5689
(94,86,137)
#564F7D
(86,79,125)
#4E4871
(78,72,113)
#464165
(70,65,101)
#3E3A59
(62,58,89)
#36334D
(54,51,77)
#2E2C41
(46,44,65)
#262535
(38,37,53)
#1E1E29
(30,30,41)
#16171D
(22,23,29)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #5E5689

#5E5689
(94,86,137)
#6C6593
(108,101,147)
#7A749D
(122,116,157)
#8883A7
(136,131,167)
#9692B1
(150,146,177)
#A4A1BB
(164,161,187)
#B2B0C5
(178,176,197)
#C0BFCF
(192,191,207)
#CECED9
(206,206,217)
#DCDDE3
(220,221,227)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5689; }

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

This text font color is #5E5689.


Background Color

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

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

This div background color is #5E5689.


Border color

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

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

This div border color is #5E5689.


Opacity

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

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

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

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

This text has shadow with #5E5689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5689 on black background.


Color preview on white background

This text has color #5E5689 on white background.



Black color preview on #5E5689 background

This text has black color on #5E5689 background.


White color preview on #5E5689 background

This text has white color on #5E5689 background.