COLOR #5D5387

HEX: #5D5387 RGB: (93,83,135)

Color info

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

RGB color model

#5D5387 color RGB value is (93,83,135).

RGB: (93,83,135) (36%, 33%, 53%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 135 of 255 = 53%

93
83
135

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

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 135 = 311 (100%)
R 93 of 311 ~ 29.9%
G 83 of 311 ~ 26.69%
B 135 of 311 ~ 43.41'%

%29.9
%26.69
%43.41

CMYK color model

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

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

CMYK: (31,39,0,47)
C31M39Y0K47 (31%, 39%, 0%, 47%)
(0.31 / 0.39 / 0.00 / 0.47)

CMYK percentages

%31.11
%38.52
%0
%47.06

Codes

Color #5D5387 in popluar color models

5D 53 87
RGB 93 83 135
HSL 252° 23.85% 42.75%
HSB/HSV 252° 38.52% 52.94%
CMYK 31.11% 38.52% 0.00%
47.06%

Color #5D5387 in popluar number systems.

HEX 5D 53 87
Decimal 93 83 135
Binary 1011101 1010011 10000111
Octal 135 123 207

Shades and tints

Shades of #5D5387

#5D5387
(93,83,135)
#554C7B
(85,76,123)
#4D456F
(77,69,111)
#453E63
(69,62,99)
#3D3757
(61,55,87)
#35304B
(53,48,75)
#2D293F
(45,41,63)
#252233
(37,34,51)
#1D1B27
(29,27,39)
#15141B
(21,20,27)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D5387

#5D5387
(93,83,135)
#6B6291
(107,98,145)
#79719B
(121,113,155)
#8780A5
(135,128,165)
#958FAF
(149,143,175)
#A39EB9
(163,158,185)
#B1ADC3
(177,173,195)
#BFBCCD
(191,188,205)
#CDCBD7
(205,203,215)
#DBDAE1
(219,218,225)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5387; }

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

This text font color is #5D5387.

Background Color

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

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

This div background color is #5D5387.

Border color

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

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

This div border color is #5D5387.

Opacity

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

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

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

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

This text has shadow with #5D5387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5387.

Preview

Color preview on black background

This text has color #5D5387 on black background.


Color preview on white background

This text has color #5D5387 on white background.


Black color preview on #5D5387 background

This text has black color on #5D5387 background.


White color preview on #5D5387 background

This text has white color on #5D5387 background.


Related colors

Complementary color

Complementary color for #hex is #A2AC78.


I love getcolorcode.com

Triadic colors

1 #875D53 and #53875D with #5D5387 are triadic colors.

2 #87535D and #535D87 with #5D5387 are triadic colors.