COLOR #5E5D8E

HEX: #5E5D8E
RGB: (94,93,142)

Color info

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

RGB color model

#5E5D8E color RGB value is (94,93,142).

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

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 142 of 255 = 56%

94
93
142

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

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 142 = 329 (100%)
R 94 of 329 ~ 28.57%
G 93 of 329 ~ 28.27%
B 142 of 329 ~ 43.16%

%28.57
%28.27
%43.16

CMYK color model

#5E5D8E color CMYK value is (34,35,0,44).

  • cyan value is 33.80%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(34,35,0,44)
C34M35Y0K44 
(34%,35%,0%,44%)
(0.34/0.35/0.00/0.44)	

CMYK percentages

%33.8
%34.51
%0
%44.31

Codes

Color #5E5D8E in popluar color models

5E5D8E
RGB9493142
HSL241°20.85%46.08%
HSB/HSV241°34.51%55.69%
CMYK33.80%34.51%0.00%
44.31%

Color #5E5D8E in popluar number systems.

HEX5E5D8E
Decimal9493142
Binary1011110101110110001110
Octal136135216

Shades and tints

Shades of #5E5D8E

#5E5D8E
(94,93,142)
#565582
(86,85,130)
#4E4D76
(78,77,118)
#46456A
(70,69,106)
#3E3D5E
(62,61,94)
#363552
(54,53,82)
#2E2D46
(46,45,70)
#26253A
(38,37,58)
#1E1D2E
(30,29,46)
#161522
(22,21,34)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #5E5D8E

#5E5D8E
(94,93,142)
#6C6B98
(108,107,152)
#7A79A2
(122,121,162)
#8887AC
(136,135,172)
#9695B6
(150,149,182)
#A4A3C0
(164,163,192)
#B2B1CA
(178,177,202)
#C0BFD4
(192,191,212)
#CECDDE
(206,205,222)
#DCDBE8
(220,219,232)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5D8E; }

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

This text font color is #5E5D8E.


Background Color

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

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

This div background color is #5E5D8E.


Border color

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

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

This div border color is #5E5D8E.


Opacity

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

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

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

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

This text has shadow with #5E5D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5D8E on black background.


Color preview on white background

This text has color #5E5D8E on white background.



Black color preview on #5E5D8E background

This text has black color on #5E5D8E background.


White color preview on #5E5D8E background

This text has white color on #5E5D8E background.