COLOR #5D3A87

HEX: #5D3A87
RGB: (93,58,135)

Color info

#5D3A87 contains mainly red and blue colors. Web safe color of #5D3A87 is #663399 (or #639).

RGB color model

#5D3A87 color RGB value is (93,58,135).

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

RGB channels and saturation

R 93 of 255 = 36%
G 58 of 255 = 23%
B 135 of 255 = 53%

93
58
135

R + G + B ~ 37%. #5D3A87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 58 + 135 = 286 (100%)
R 93 of 286 ~ 32.52%
G 58 of 286 ~ 20.28%
B 135 of 286 ~ 47.2%

%32.52
%20.28
%47.2

CMYK color model

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

  • cyan value is 31.11%
  • magenta value is 57.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(31,57,0,47)
C31M57Y0K47 
(31%,57%,0%,47%)
(0.31/0.57/0.00/0.47)	

CMYK percentages

%31.11
%57.04
%0
%47.06

Codes

Color #5D3A87 in popluar color models

5D3A87
RGB9358135
HSL267°39.90%37.84%
HSB/HSV267°57.04%52.94%
CMYK31.11%57.04%0.00%
47.06%

Color #5D3A87 in popluar number systems.

HEX5D3A87
Decimal9358135
Binary101110111101010000111
Octal13572207

Shades and tints

Shades of #5D3A87

#5D3A87
(93,58,135)
#55357B
(85,53,123)
#4D306F
(77,48,111)
#452B63
(69,43,99)
#3D2657
(61,38,87)
#35214B
(53,33,75)
#2D1C3F
(45,28,63)
#251733
(37,23,51)
#1D1227
(29,18,39)
#150D1B
(21,13,27)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #5D3A87

#5D3A87
(93,58,135)
#6B4B91
(107,75,145)
#795C9B
(121,92,155)
#876DA5
(135,109,165)
#957EAF
(149,126,175)
#A38FB9
(163,143,185)
#B1A0C3
(177,160,195)
#BFB1CD
(191,177,205)
#CDC2D7
(205,194,215)
#DBD3E1
(219,211,225)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3A87; }

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

This text font color is #5D3A87.


Background Color

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

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

This div background color is #5D3A87.


Border color

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

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

This div border color is #5D3A87.


Opacity

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

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

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

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

This text has shadow with #5D3A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3A87 on black background.


Color preview on white background

This text has color #5D3A87 on white background.



Black color preview on #5D3A87 background

This text has black color on #5D3A87 background.


White color preview on #5D3A87 background

This text has white color on #5D3A87 background.