COLOR #5D3382

HEX: #5D3382
RGB: (93,51,130)

Color info

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

RGB color model

#5D3382 color RGB value is (93,51,130).

  • red value is 93;
  • green value is 51;
  • blue value is 130.
RGB:
(93,51,130)
(36%,20%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 51 of 255 = 20%
B 130 of 255 = 51%

93
51
130

R + G + B ~ 36%. #5D3382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 51 + 130 = 274 (100%)
R 93 of 274 ~ 33.94%
G 51 of 274 ~ 18.61%
B 130 of 274 ~ 47.45%

%33.94
%18.61
%47.45

CMYK color model

#5D3382 color CMYK value is (28,61,0,49).

  • cyan value is 28.46%
  • magenta value is 60.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(28,61,0,49)
C28M61Y0K49 
(28%,61%,0%,49%)
(0.28/0.61/0.00/0.49)	

CMYK percentages

%28.46
%60.77
%0
%49.02

Codes

Color #5D3382 in popluar color models

5D3382
RGB9351130
HSL272°43.65%35.49%
HSB/HSV272°60.77%50.98%
CMYK28.46%60.77%0.00%
49.02%

Color #5D3382 in popluar number systems.

HEX5D3382
Decimal9351130
Binary101110111001110000010
Octal13563202

Shades and tints

Shades of #5D3382

#5D3382
(93,51,130)
#552F77
(85,47,119)
#4D2B6C
(77,43,108)
#452761
(69,39,97)
#3D2356
(61,35,86)
#351F4B
(53,31,75)
#2D1B40
(45,27,64)
#251735
(37,23,53)
#1D132A
(29,19,42)
#150F1F
(21,15,31)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #5D3382

#5D3382
(93,51,130)
#6B458D
(107,69,141)
#795798
(121,87,152)
#8769A3
(135,105,163)
#957BAE
(149,123,174)
#A38DB9
(163,141,185)
#B19FC4
(177,159,196)
#BFB1CF
(191,177,207)
#CDC3DA
(205,195,218)
#DBD5E5
(219,213,229)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3382 color. Also use rgb(93,51,130) instead hex code.

Text Font Color

.myTextColor { color: #5D3382; }

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

This text font color is #5D3382.


Background Color

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

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

This div background color is #5D3382.


Border color

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

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

This div border color is #5D3382.


Opacity

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

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

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

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

This text has shadow with #5D3382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3382 on black background.


Color preview on white background

This text has color #5D3382 on white background.



Black color preview on #5D3382 background

This text has black color on #5D3382 background.


White color preview on #5D3382 background

This text has white color on #5D3382 background.