COLOR #5D5D8E

HEX: #5D5D8E RGB: (93,93,142)

Color info

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

RGB color model

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

RGB: (93,93,142) (36%, 36%, 56%)

RGB channels and saturation

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

93
93
142

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

Portions of RGB colors in percentages

R + G + B = 93 + 93 + 142 = 328 (100%)
R 93 of 328 ~ 28.35%
G 93 of 328 ~ 28.35%
B 142 of 328 ~ 43.29'%

%28.35
%28.35
%43.29

CMYK color model

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

  • cyan value is 34.51%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (35,35,0,44)
C35M35Y0K44 (35%, 35%, 0%, 44%)
(0.35 / 0.35 / 0.00 / 0.44)

CMYK percentages

%34.51
%34.51
%0
%44.31

Codes

Color #5D5D8E in popluar color models

5D 5D 8E
RGB 93 93 142
HSL 240° 20.85% 46.08%
HSB/HSV 240° 34.51% 55.69%
CMYK 34.51% 34.51% 0.00%
44.31%

Color #5D5D8E in popluar number systems.

HEX 5D 5D 8E
Decimal 93 93 142
Binary 1011101 1011101 10001110
Octal 135 135 216

Shades and tints

Shades of #5D5D8E

#5D5D8E
(93,93,142)
#555582
(85,85,130)
#4D4D76
(77,77,118)
#45456A
(69,69,106)
#3D3D5E
(61,61,94)
#353552
(53,53,82)
#2D2D46
(45,45,70)
#25253A
(37,37,58)
#1D1D2E
(29,29,46)
#151522
(21,21,34)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #5D5D8E

#5D5D8E
(93,93,142)
#6B6B98
(107,107,152)
#7979A2
(121,121,162)
#8787AC
(135,135,172)
#9595B6
(149,149,182)
#A3A3C0
(163,163,192)
#B1B1CA
(177,177,202)
#BFBFD4
(191,191,212)
#CDCDDE
(205,205,222)
#DBDBE8
(219,219,232)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D8E; }

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

This text font color is #5D5D8E.

Background Color

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

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

This div background color is #5D5D8E.

Border color

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

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

This div border color is #5D5D8E.

Opacity

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

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

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

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

This text has shadow with #5D5D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5D8E.

Preview

Color preview on black background

This text has color #5D5D8E on black background.


Color preview on white background

This text has color #5D5D8E on white background.


Black color preview on #5D5D8E background

This text has black color on #5D5D8E background.


White color preview on #5D5D8E background

This text has white color on #5D5D8E background.


Related colors

Complementary color

Complementary color for #hex is #A2A271.


I love getcolorcode.com