COLOR #5E508D

HEX: #5E508D
RGB: (94,80,141)

Color info

#5E508D contains mainly red and blue colors. Web safe color of #5E508D is #666699 (or #669).

RGB color model

#5E508D color RGB value is (94,80,141).

  • red value is 94;
  • green value is 80;
  • blue value is 141.
RGB:
(94,80,141)
(37%,31%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 141 of 255 = 55%

94
80
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 141 = 315 (100%)
R 94 of 315 ~ 29.84%
G 80 of 315 ~ 25.4%
B 141 of 315 ~ 44.76%

%29.84
%25.4
%44.76

CMYK color model

#5E508D color CMYK value is (33,43,0,45).

  • cyan value is 33.33%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,43,0,45)
C33M43Y0K45 
(33%,43%,0%,45%)
(0.33/0.43/0.00/0.45)	

CMYK percentages

%33.33
%43.26
%0
%44.71

Codes

Color #5E508D in popluar color models

5E508D
RGB9480141
HSL254°27.60%43.33%
HSB/HSV254°43.26%55.29%
CMYK33.33%43.26%0.00%
44.71%

Color #5E508D in popluar number systems.

HEX5E508D
Decimal9480141
Binary1011110101000010001101
Octal136120215

Shades and tints

Shades of #5E508D

#5E508D
(94,80,141)
#564981
(86,73,129)
#4E4275
(78,66,117)
#463B69
(70,59,105)
#3E345D
(62,52,93)
#362D51
(54,45,81)
#2E2645
(46,38,69)
#261F39
(38,31,57)
#1E182D
(30,24,45)
#161121
(22,17,33)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #5E508D

#5E508D
(94,80,141)
#6C5F97
(108,95,151)
#7A6EA1
(122,110,161)
#887DAB
(136,125,171)
#968CB5
(150,140,181)
#A49BBF
(164,155,191)
#B2AAC9
(178,170,201)
#C0B9D3
(192,185,211)
#CEC8DD
(206,200,221)
#DCD7E7
(220,215,231)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E508D color. Also use rgb(94,80,141) instead hex code.

Text Font Color

.myTextColor { color: #5E508D; }

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

This text font color is #5E508D.


Background Color

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

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

This div background color is #5E508D.


Border color

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

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

This div border color is #5E508D.


Opacity

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

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

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

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

This text has shadow with #5E508D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E508D on black background.


Color preview on white background

This text has color #5E508D on white background.



Black color preview on #5E508D background

This text has black color on #5E508D background.


White color preview on #5E508D background

This text has white color on #5E508D background.