COLOR #5D4E87

HEX: #5D4E87
RGB: (93,78,135)

Color info

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

RGB color model

#5D4E87 color RGB value is (93,78,135).

  • red value is 93;
  • green value is 78;
  • blue value is 135.
RGB:
(93,78,135)
(36%,31%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 78 of 255 = 31%
B 135 of 255 = 53%

93
78
135

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

Portions of RGB colors in percentages

R + G + B =
93 + 78 + 135 = 306 (100%)
R 93 of 306 ~ 30.39%
G 78 of 306 ~ 25.49%
B 135 of 306 ~ 44.12%

%30.39
%25.49
%44.12

CMYK color model

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

  • cyan value is 31.11%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(31,42,0,47)
C31M42Y0K47 
(31%,42%,0%,47%)
(0.31/0.42/0.00/0.47)	

CMYK percentages

%31.11
%42.22
%0
%47.06

Codes

Color #5D4E87 in popluar color models

5D4E87
RGB9378135
HSL256°26.76%41.76%
HSB/HSV256°42.22%52.94%
CMYK31.11%42.22%0.00%
47.06%

Color #5D4E87 in popluar number systems.

HEX5D4E87
Decimal9378135
Binary1011101100111010000111
Octal135116207

Shades and tints

Shades of #5D4E87

#5D4E87
(93,78,135)
#55477B
(85,71,123)
#4D406F
(77,64,111)
#453963
(69,57,99)
#3D3257
(61,50,87)
#352B4B
(53,43,75)
#2D243F
(45,36,63)
#251D33
(37,29,51)
#1D1627
(29,22,39)
#150F1B
(21,15,27)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #5D4E87

#5D4E87
(93,78,135)
#6B5E91
(107,94,145)
#796E9B
(121,110,155)
#877EA5
(135,126,165)
#958EAF
(149,142,175)
#A39EB9
(163,158,185)
#B1AEC3
(177,174,195)
#BFBECD
(191,190,205)
#CDCED7
(205,206,215)
#DBDEE1
(219,222,225)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4E87; }

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

This text font color is #5D4E87.


Background Color

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

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

This div background color is #5D4E87.


Border color

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

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

This div border color is #5D4E87.


Opacity

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

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

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

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

This text has shadow with #5D4E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4E87 on black background.


Color preview on white background

This text has color #5D4E87 on white background.



Black color preview on #5D4E87 background

This text has black color on #5D4E87 background.


White color preview on #5D4E87 background

This text has white color on #5D4E87 background.