COLOR #5D328B

HEX: #5D328B
RGB: (93,50,139)

Color info

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

RGB color model

#5D328B color RGB value is (93,50,139).

  • red value is 93;
  • green value is 50;
  • blue value is 139.
RGB:
(93,50,139)
(36%,20%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 50 of 255 = 20%
B 139 of 255 = 55%

93
50
139

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

Portions of RGB colors in percentages

R + G + B =
93 + 50 + 139 = 282 (100%)
R 93 of 282 ~ 32.98%
G 50 of 282 ~ 17.73%
B 139 of 282 ~ 49.29%

%32.98
%17.73
%49.29

CMYK color model

#5D328B color CMYK value is (33,64,0,45).

  • cyan value is 33.09%
  • magenta value is 64.03%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(33,64,0,45)
C33M64Y0K45 
(33%,64%,0%,45%)
(0.33/0.64/0.00/0.45)	

CMYK percentages

%33.09
%64.03
%0
%45.49

Codes

Color #5D328B in popluar color models

5D328B
RGB9350139
HSL269°47.09%37.06%
HSB/HSV269°64.03%54.51%
CMYK33.09%64.03%0.00%
45.49%

Color #5D328B in popluar number systems.

HEX5D328B
Decimal9350139
Binary101110111001010001011
Octal13562213

Shades and tints

Shades of #5D328B

#5D328B
(93,50,139)
#552E7F
(85,46,127)
#4D2A73
(77,42,115)
#452667
(69,38,103)
#3D225B
(61,34,91)
#351E4F
(53,30,79)
#2D1A43
(45,26,67)
#251637
(37,22,55)
#1D122B
(29,18,43)
#150E1F
(21,14,31)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #5D328B

#5D328B
(93,50,139)
#6B4495
(107,68,149)
#79569F
(121,86,159)
#8768A9
(135,104,169)
#957AB3
(149,122,179)
#A38CBD
(163,140,189)
#B19EC7
(177,158,199)
#BFB0D1
(191,176,209)
#CDC2DB
(205,194,219)
#DBD4E5
(219,212,229)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D328B color. Also use rgb(93,50,139) instead hex code.

Text Font Color

.myTextColor { color: #5D328B; }

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

This text font color is #5D328B.


Background Color

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

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

This div background color is #5D328B.


Border color

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

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

This div border color is #5D328B.


Opacity

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

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

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

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

This text has shadow with #5D328B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D328B on black background.


Color preview on white background

This text has color #5D328B on white background.



Black color preview on #5D328B background

This text has black color on #5D328B background.


White color preview on #5D328B background

This text has white color on #5D328B background.