COLOR #5E3989

HEX: #5E3989
RGB: (94,57,137)

Color info

#5E3989 contains mainly red and blue colors. Web safe color of #5E3989 is #663399 (or #639).

RGB color model

#5E3989 color RGB value is (94,57,137).

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

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 137 of 255 = 54%

94
57
137

R + G + B ~ 38%. #5E3989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 137 = 288 (100%)
R 94 of 288 ~ 32.64%
G 57 of 288 ~ 19.79%
B 137 of 288 ~ 47.57%

%32.64
%19.79
%47.57

CMYK color model

#5E3989 color CMYK value is (31,58,0,46).

  • cyan value is 31.39%
  • magenta value is 58.39%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(31,58,0,46)
C31M58Y0K46 
(31%,58%,0%,46%)
(0.31/0.58/0.00/0.46)	

CMYK percentages

%31.39
%58.39
%0
%46.27

Codes

Color #5E3989 in popluar color models

5E3989
RGB9457137
HSL268°41.24%38.04%
HSB/HSV268°58.39%53.73%
CMYK31.39%58.39%0.00%
46.27%

Color #5E3989 in popluar number systems.

HEX5E3989
Decimal9457137
Binary101111011100110001001
Octal13671211

Shades and tints

Shades of #5E3989

#5E3989
(94,57,137)
#56347D
(86,52,125)
#4E2F71
(78,47,113)
#462A65
(70,42,101)
#3E2559
(62,37,89)
#36204D
(54,32,77)
#2E1B41
(46,27,65)
#261635
(38,22,53)
#1E1129
(30,17,41)
#160C1D
(22,12,29)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #5E3989

#5E3989
(94,57,137)
#6C4B93
(108,75,147)
#7A5D9D
(122,93,157)
#886FA7
(136,111,167)
#9681B1
(150,129,177)
#A493BB
(164,147,187)
#B2A5C5
(178,165,197)
#C0B7CF
(192,183,207)
#CEC9D9
(206,201,217)
#DCDBE3
(220,219,227)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3989; }

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

This text font color is #5E3989.


Background Color

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

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

This div background color is #5E3989.


Border color

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

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

This div border color is #5E3989.


Opacity

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

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

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

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

This text has shadow with #5E3989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3989 on black background.


Color preview on white background

This text has color #5E3989 on white background.



Black color preview on #5E3989 background

This text has black color on #5E3989 background.


White color preview on #5E3989 background

This text has white color on #5E3989 background.