COLOR #5E5D8D

HEX: #5E5D8D
RGB: (94,93,141)

Color info

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

RGB color model

#5E5D8D color RGB value is (94,93,141).

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

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 141 of 255 = 55%

94
93
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 141 = 328 (100%)
R 94 of 328 ~ 28.66%
G 93 of 328 ~ 28.35%
B 141 of 328 ~ 42.99%

%28.66
%28.35
%42.99

CMYK color model

#5E5D8D color CMYK value is (33,34,0,45).

  • cyan value is 33.33%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,34,0,45)
C33M34Y0K45 
(33%,34%,0%,45%)
(0.33/0.34/0.00/0.45)	

CMYK percentages

%33.33
%34.04
%0
%44.71

Codes

Color #5E5D8D in popluar color models

5E5D8D
RGB9493141
HSL241°20.51%45.88%
HSB/HSV241°34.04%55.29%
CMYK33.33%34.04%0.00%
44.71%

Color #5E5D8D in popluar number systems.

HEX5E5D8D
Decimal9493141
Binary1011110101110110001101
Octal136135215

Shades and tints

Shades of #5E5D8D

#5E5D8D
(94,93,141)
#565581
(86,85,129)
#4E4D75
(78,77,117)
#464569
(70,69,105)
#3E3D5D
(62,61,93)
#363551
(54,53,81)
#2E2D45
(46,45,69)
#262539
(38,37,57)
#1E1D2D
(30,29,45)
#161521
(22,21,33)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #5E5D8D

#5E5D8D
(94,93,141)
#6C6B97
(108,107,151)
#7A79A1
(122,121,161)
#8887AB
(136,135,171)
#9695B5
(150,149,181)
#A4A3BF
(164,163,191)
#B2B1C9
(178,177,201)
#C0BFD3
(192,191,211)
#CECDDD
(206,205,221)
#DCDBE7
(220,219,231)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5D8D; }

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

This text font color is #5E5D8D.


Background Color

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

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

This div background color is #5E5D8D.


Border color

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

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

This div border color is #5E5D8D.


Opacity

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

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

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

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

This text has shadow with #5E5D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5D8D on black background.


Color preview on white background

This text has color #5E5D8D on white background.



Black color preview on #5E5D8D background

This text has black color on #5E5D8D background.


White color preview on #5E5D8D background

This text has white color on #5E5D8D background.