COLOR #5E5389

HEX: #5E5389
RGB: (94,83,137)

Color info

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

RGB color model

#5E5389 color RGB value is (94,83,137).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 137 of 255 = 54%

94
83
137

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 137 = 314 (100%)
R 94 of 314 ~ 29.94%
G 83 of 314 ~ 26.43%
B 137 of 314 ~ 43.63%

%29.94
%26.43
%43.63

CMYK color model

#5E5389 color CMYK value is (31,39,0,46).

  • cyan value is 31.39%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(31,39,0,46)
C31M39Y0K46 
(31%,39%,0%,46%)
(0.31/0.39/0.00/0.46)	

CMYK percentages

%31.39
%39.42
%0
%46.27

Codes

Color #5E5389 in popluar color models

5E5389
RGB9483137
HSL252°24.55%43.14%
HSB/HSV252°39.42%53.73%
CMYK31.39%39.42%0.00%
46.27%

Color #5E5389 in popluar number systems.

HEX5E5389
Decimal9483137
Binary1011110101001110001001
Octal136123211

Shades and tints

Shades of #5E5389

#5E5389
(94,83,137)
#564C7D
(86,76,125)
#4E4571
(78,69,113)
#463E65
(70,62,101)
#3E3759
(62,55,89)
#36304D
(54,48,77)
#2E2941
(46,41,65)
#262235
(38,34,53)
#1E1B29
(30,27,41)
#16141D
(22,20,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #5E5389

#5E5389
(94,83,137)
#6C6293
(108,98,147)
#7A719D
(122,113,157)
#8880A7
(136,128,167)
#968FB1
(150,143,177)
#A49EBB
(164,158,187)
#B2ADC5
(178,173,197)
#C0BCCF
(192,188,207)
#CECBD9
(206,203,217)
#DCDAE3
(220,218,227)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5389; }

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

This text font color is #5E5389.


Background Color

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

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

This div background color is #5E5389.


Border color

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

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

This div border color is #5E5389.


Opacity

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

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

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

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

This text has shadow with #5E5389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5389 on black background.


Color preview on white background

This text has color #5E5389 on white background.



Black color preview on #5E5389 background

This text has black color on #5E5389 background.


White color preview on #5E5389 background

This text has white color on #5E5389 background.