COLOR #5D318B

HEX: #5D318B
RGB: (93,49,139)

Color info

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

RGB color model

#5D318B color RGB value is (93,49,139).

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

RGB channels and saturation

R 93 of 255 = 36%
G 49 of 255 = 19%
B 139 of 255 = 55%

93
49
139

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

Portions of RGB colors in percentages

R + G + B =
93 + 49 + 139 = 281 (100%)
R 93 of 281 ~ 33.1%
G 49 of 281 ~ 17.44%
B 139 of 281 ~ 49.47%

%33.1
%17.44
%49.47

CMYK color model

#5D318B color CMYK value is (33,65,0,45).

  • cyan value is 33.09%
  • magenta value is 64.75%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(33,65,0,45)
C33M65Y0K45 
(33%,65%,0%,45%)
(0.33/0.65/0.00/0.45)	

CMYK percentages

%33.09
%64.75
%0
%45.49

Codes

Color #5D318B in popluar color models

5D318B
RGB9349139
HSL269°47.87%36.86%
HSB/HSV269°64.75%54.51%
CMYK33.09%64.75%0.00%
45.49%

Color #5D318B in popluar number systems.

HEX5D318B
Decimal9349139
Binary101110111000110001011
Octal13561213

Shades and tints

Shades of #5D318B

#5D318B
(93,49,139)
#552D7F
(85,45,127)
#4D2973
(77,41,115)
#452567
(69,37,103)
#3D215B
(61,33,91)
#351D4F
(53,29,79)
#2D1943
(45,25,67)
#251537
(37,21,55)
#1D112B
(29,17,43)
#150D1F
(21,13,31)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #5D318B

#5D318B
(93,49,139)
#6B4395
(107,67,149)
#79559F
(121,85,159)
#8767A9
(135,103,169)
#9579B3
(149,121,179)
#A38BBD
(163,139,189)
#B19DC7
(177,157,199)
#BFAFD1
(191,175,209)
#CDC1DB
(205,193,219)
#DBD3E5
(219,211,229)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D318B; }

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

This text font color is #5D318B.


Background Color

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

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

This div background color is #5D318B.


Border color

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

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

This div border color is #5D318B.


Opacity

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

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

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

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

This text has shadow with #5D318B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D318B on black background.


Color preview on white background

This text has color #5D318B on white background.



Black color preview on #5D318B background

This text has black color on #5D318B background.


White color preview on #5D318B background

This text has white color on #5D318B background.