COLOR #5D5687

HEX: #5D5687 RGB: (93,86,135)

Color info

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

RGB color model

#5D5687 color RGB value is (93,86,135).

RGB: (93,86,135) (36%, 34%, 53%)

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 135 of 255 = 53%

93
86
135

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

Portions of RGB colors in percentages

R + G + B = 93 + 86 + 135 = 314 (100%)
R 93 of 314 ~ 29.62%
G 86 of 314 ~ 27.39%
B 135 of 314 ~ 42.99'%

%29.62
%27.39
%42.99

CMYK color model

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

  • cyan value is 31.11%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (31,36,0,47)
C31M36Y0K47 (31%, 36%, 0%, 47%)
(0.31 / 0.36 / 0.00 / 0.47)

CMYK percentages

%31.11
%36.3
%0
%47.06

Codes

Color #5D5687 in popluar color models

5D 56 87
RGB 93 86 135
HSL 249° 22.17% 43.33%
HSB/HSV 249° 36.30% 52.94%
CMYK 31.11% 36.30% 0.00%
47.06%

Color #5D5687 in popluar number systems.

HEX 5D 56 87
Decimal 93 86 135
Binary 1011101 1010110 10000111
Octal 135 126 207

Shades and tints

Shades of #5D5687

#5D5687
(93,86,135)
#554F7B
(85,79,123)
#4D486F
(77,72,111)
#454163
(69,65,99)
#3D3A57
(61,58,87)
#35334B
(53,51,75)
#2D2C3F
(45,44,63)
#252533
(37,37,51)
#1D1E27
(29,30,39)
#15171B
(21,23,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #5D5687

#5D5687
(93,86,135)
#6B6591
(107,101,145)
#79749B
(121,116,155)
#8783A5
(135,131,165)
#9592AF
(149,146,175)
#A3A1B9
(163,161,185)
#B1B0C3
(177,176,195)
#BFBFCD
(191,191,205)
#CDCED7
(205,206,215)
#DBDDE1
(219,221,225)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5687; }

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

This text font color is #5D5687.

Background Color

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

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

This div background color is #5D5687.

Border color

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

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

This div border color is #5D5687.

Opacity

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

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

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

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

This text has shadow with #5D5687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5687.

Preview

Color preview on black background

This text has color #5D5687 on black background.


Color preview on white background

This text has color #5D5687 on white background.


Black color preview on #5D5687 background

This text has black color on #5D5687 background.


White color preview on #5D5687 background

This text has white color on #5D5687 background.


Related colors

Complementary color

Complementary color for #hex is #A2A978.


I love getcolorcode.com

Triadic colors

1 #875D56 and #56875D with #5D5687 are triadic colors.

2 #87565D and #565D87 with #5D5687 are triadic colors.