COLOR #5E399B

HEX: #5E399B
RGB: (94,57,155)

Color info

#5E399B contains mainly blue color. Web safe color of #5E399B is #663399 (or #639).

RGB color model

#5E399B color RGB value is (94,57,155).

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

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 155 of 255 = 61%

94
57
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 155 = 306 (100%)
R 94 of 306 ~ 30.72%
G 57 of 306 ~ 18.63%
B 155 of 306 ~ 50.65%

%30.72
%18.63
%50.65

CMYK color model

#5E399B color CMYK value is (39,63,0,39).

  • cyan value is 39.35%
  • magenta value is 63.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(39,63,0,39)
C39M63Y0K39 
(39%,63%,0%,39%)
(0.39/0.63/0.00/0.39)	

CMYK percentages

%39.35
%63.23
%0
%39.22

Codes

Color #5E399B in popluar color models

5E399B
RGB9457155
HSL263°46.23%41.57%
HSB/HSV263°63.23%60.78%
CMYK39.35%63.23%0.00%
39.22%

Color #5E399B in popluar number systems.

HEX5E399B
Decimal9457155
Binary101111011100110011011
Octal13671233

Shades and tints

Shades of #5E399B

#5E399B
(94,57,155)
#56348D
(86,52,141)
#4E2F7F
(78,47,127)
#462A71
(70,42,113)
#3E2563
(62,37,99)
#362055
(54,32,85)
#2E1B47
(46,27,71)
#261639
(38,22,57)
#1E112B
(30,17,43)
#160C1D
(22,12,29)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #5E399B

#5E399B
(94,57,155)
#6C4BA4
(108,75,164)
#7A5DAD
(122,93,173)
#886FB6
(136,111,182)
#9681BF
(150,129,191)
#A493C8
(164,147,200)
#B2A5D1
(178,165,209)
#C0B7DA
(192,183,218)
#CEC9E3
(206,201,227)
#DCDBEC
(220,219,236)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E399B; }

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

This text font color is #5E399B.


Background Color

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

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

This div background color is #5E399B.


Border color

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

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

This div border color is #5E399B.


Opacity

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

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

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

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

This text has shadow with #5E399B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E399B on black background.


Color preview on white background

This text has color #5E399B on white background.



Black color preview on #5E399B background

This text has black color on #5E399B background.


White color preview on #5E399B background

This text has white color on #5E399B background.