COLOR #5D5E8D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
94
141

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

Portions of RGB colors in percentages

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

%28.35
%28.66
%42.99

CMYK color model

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

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

CMYK percentages

%34.04
%33.33
%0
%44.71

Codes

Color #5D5E8D in popluar color models

5D5E8D
RGB9394141
HSL239°20.51%45.88%
HSB/HSV239°34.04%55.29%
CMYK34.04%33.33%0.00%
44.71%

Color #5D5E8D in popluar number systems.

HEX5D5E8D
Decimal9394141
Binary1011101101111010001101
Octal135136215

Shades and tints

Shades of #5D5E8D

#5D5E8D
(93,94,141)
#555681
(85,86,129)
#4D4E75
(77,78,117)
#454669
(69,70,105)
#3D3E5D
(61,62,93)
#353651
(53,54,81)
#2D2E45
(45,46,69)
#252639
(37,38,57)
#1D1E2D
(29,30,45)
#151621
(21,22,33)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #5D5E8D

#5D5E8D
(93,94,141)
#6B6C97
(107,108,151)
#797AA1
(121,122,161)
#8788AB
(135,136,171)
#9596B5
(149,150,181)
#A3A4BF
(163,164,191)
#B1B2C9
(177,178,201)
#BFC0D3
(191,192,211)
#CDCEDD
(205,206,221)
#DBDCE7
(219,220,231)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E8D; }

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

This text font color is #5D5E8D.


Background Color

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

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

This div background color is #5D5E8D.


Border color

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

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

This div border color is #5D5E8D.


Opacity

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

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

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

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

This text has shadow with #5D5E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E8D on black background.


Color preview on white background

This text has color #5D5E8D on white background.



Black color preview on #5D5E8D background

This text has black color on #5D5E8D background.


White color preview on #5D5E8D background

This text has white color on #5D5E8D background.