COLOR #5D5C86

HEX: #5D5C86
RGB: (93,92,134)

Color info

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

RGB color model

#5D5C86 color RGB value is (93,92,134).

  • red value is 93;
  • green value is 92;
  • blue value is 134.
RGB:
(93,92,134)
(36%,36%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 134 of 255 = 53%

93
92
134

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

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 134 = 319 (100%)
R 93 of 319 ~ 29.15%
G 92 of 319 ~ 28.84%
B 134 of 319 ~ 42.01%

%29.15
%28.84
%42.01

CMYK color model

#5D5C86 color CMYK value is (31,31,0,47).

  • cyan value is 30.60%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(31,31,0,47)
C31M31Y0K47 
(31%,31%,0%,47%)
(0.31/0.31/0.00/0.47)	

CMYK percentages

%30.6
%31.34
%0
%47.45

Codes

Color #5D5C86 in popluar color models

5D5C86
RGB9392134
HSL241°18.58%44.31%
HSB/HSV241°31.34%52.55%
CMYK30.60%31.34%0.00%
47.45%

Color #5D5C86 in popluar number systems.

HEX5D5C86
Decimal9392134
Binary1011101101110010000110
Octal135134206

Shades and tints

Shades of #5D5C86

#5D5C86
(93,92,134)
#55547A
(85,84,122)
#4D4C6E
(77,76,110)
#454462
(69,68,98)
#3D3C56
(61,60,86)
#35344A
(53,52,74)
#2D2C3E
(45,44,62)
#252432
(37,36,50)
#1D1C26
(29,28,38)
#15141A
(21,20,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #5D5C86

#5D5C86
(93,92,134)
#6B6A91
(107,106,145)
#79789C
(121,120,156)
#8786A7
(135,134,167)
#9594B2
(149,148,178)
#A3A2BD
(163,162,189)
#B1B0C8
(177,176,200)
#BFBED3
(191,190,211)
#CDCCDE
(205,204,222)
#DBDAE9
(219,218,233)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C86; }

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

This text font color is #5D5C86.


Background Color

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

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

This div background color is #5D5C86.


Border color

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

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

This div border color is #5D5C86.


Opacity

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

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

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

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

This text has shadow with #5D5C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C86 on black background.


Color preview on white background

This text has color #5D5C86 on white background.



Black color preview on #5D5C86 background

This text has black color on #5D5C86 background.


White color preview on #5D5C86 background

This text has white color on #5D5C86 background.