COLOR #5E538D

HEX: #5E538D
RGB: (94,83,141)

Color info

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

RGB color model

#5E538D color RGB value is (94,83,141).

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

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 141 of 255 = 55%

94
83
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 141 = 318 (100%)
R 94 of 318 ~ 29.56%
G 83 of 318 ~ 26.1%
B 141 of 318 ~ 44.34%

%29.56
%26.1
%44.34

CMYK color model

#5E538D color CMYK value is (33,41,0,45).

  • cyan value is 33.33%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,41,0,45)
C33M41Y0K45 
(33%,41%,0%,45%)
(0.33/0.41/0.00/0.45)	

CMYK percentages

%33.33
%41.13
%0
%44.71

Codes

Color #5E538D in popluar color models

5E538D
RGB9483141
HSL251°25.89%43.92%
HSB/HSV251°41.13%55.29%
CMYK33.33%41.13%0.00%
44.71%

Color #5E538D in popluar number systems.

HEX5E538D
Decimal9483141
Binary1011110101001110001101
Octal136123215

Shades and tints

Shades of #5E538D

#5E538D
(94,83,141)
#564C81
(86,76,129)
#4E4575
(78,69,117)
#463E69
(70,62,105)
#3E375D
(62,55,93)
#363051
(54,48,81)
#2E2945
(46,41,69)
#262239
(38,34,57)
#1E1B2D
(30,27,45)
#161421
(22,20,33)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #5E538D

#5E538D
(94,83,141)
#6C6297
(108,98,151)
#7A71A1
(122,113,161)
#8880AB
(136,128,171)
#968FB5
(150,143,181)
#A49EBF
(164,158,191)
#B2ADC9
(178,173,201)
#C0BCD3
(192,188,211)
#CECBDD
(206,203,221)
#DCDAE7
(220,218,231)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E538D; }

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

This text font color is #5E538D.


Background Color

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

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

This div background color is #5E538D.


Border color

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

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

This div border color is #5E538D.


Opacity

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

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

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

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

This text has shadow with #5E538D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E538D on black background.


Color preview on white background

This text has color #5E538D on white background.



Black color preview on #5E538D background

This text has black color on #5E538D background.


White color preview on #5E538D background

This text has white color on #5E538D background.