COLOR #5E3B83

HEX: #5E3B83
RGB: (94,59,131)

Color info

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

RGB color model

#5E3B83 color RGB value is (94,59,131).

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

RGB channels and saturation

R 94 of 255 = 37%
G 59 of 255 = 23%
B 131 of 255 = 51%

94
59
131

R + G + B ~ 37%. #5E3B83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 59 + 131 = 284 (100%)
R 94 of 284 ~ 33.1%
G 59 of 284 ~ 20.77%
B 131 of 284 ~ 46.13%

%33.1
%20.77
%46.13

CMYK color model

#5E3B83 color CMYK value is (28,55,0,49).

  • cyan value is 28.24%
  • magenta value is 54.96%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(28,55,0,49)
C28M55Y0K49 
(28%,55%,0%,49%)
(0.28/0.55/0.00/0.49)	

CMYK percentages

%28.24
%54.96
%0
%48.63

Codes

Color #5E3B83 in popluar color models

5E3B83
RGB9459131
HSL269°37.89%37.25%
HSB/HSV269°54.96%51.37%
CMYK28.24%54.96%0.00%
48.63%

Color #5E3B83 in popluar number systems.

HEX5E3B83
Decimal9459131
Binary101111011101110000011
Octal13673203

Shades and tints

Shades of #5E3B83

#5E3B83
(94,59,131)
#563678
(86,54,120)
#4E316D
(78,49,109)
#462C62
(70,44,98)
#3E2757
(62,39,87)
#36224C
(54,34,76)
#2E1D41
(46,29,65)
#261836
(38,24,54)
#1E132B
(30,19,43)
#160E20
(22,14,32)
#0E0915
(14,9,21)
#000000
(0,0,0)

Tints of #5E3B83

#5E3B83
(94,59,131)
#6C4C8E
(108,76,142)
#7A5D99
(122,93,153)
#886EA4
(136,110,164)
#967FAF
(150,127,175)
#A490BA
(164,144,186)
#B2A1C5
(178,161,197)
#C0B2D0
(192,178,208)
#CEC3DB
(206,195,219)
#DCD4E6
(220,212,230)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3B83; }

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

This text font color is #5E3B83.


Background Color

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

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

This div background color is #5E3B83.


Border color

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

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

This div border color is #5E3B83.


Opacity

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

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

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

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

This text has shadow with #5E3B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3B83 on black background.


Color preview on white background

This text has color #5E3B83 on white background.



Black color preview on #5E3B83 background

This text has black color on #5E3B83 background.


White color preview on #5E3B83 background

This text has white color on #5E3B83 background.