COLOR #5D3A81

HEX: #5D3A81
RGB: (93,58,129)

Color info

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

RGB color model

#5D3A81 color RGB value is (93,58,129).

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

RGB channels and saturation

R 93 of 255 = 36%
G 58 of 255 = 23%
B 129 of 255 = 51%

93
58
129

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

Portions of RGB colors in percentages

R + G + B =
93 + 58 + 129 = 280 (100%)
R 93 of 280 ~ 33.21%
G 58 of 280 ~ 20.71%
B 129 of 280 ~ 46.07%

%33.21
%20.71
%46.07

CMYK color model

#5D3A81 color CMYK value is (28,55,0,49).

  • cyan value is 27.91%
  • magenta value is 55.04%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(28,55,0,49)
C28M55Y0K49 
(28%,55%,0%,49%)
(0.28/0.55/0.00/0.49)	

CMYK percentages

%27.91
%55.04
%0
%49.41

Codes

Color #5D3A81 in popluar color models

5D3A81
RGB9358129
HSL270°37.97%36.67%
HSB/HSV270°55.04%50.59%
CMYK27.91%55.04%0.00%
49.41%

Color #5D3A81 in popluar number systems.

HEX5D3A81
Decimal9358129
Binary101110111101010000001
Octal13572201

Shades and tints

Shades of #5D3A81

#5D3A81
(93,58,129)
#553576
(85,53,118)
#4D306B
(77,48,107)
#452B60
(69,43,96)
#3D2655
(61,38,85)
#35214A
(53,33,74)
#2D1C3F
(45,28,63)
#251734
(37,23,52)
#1D1229
(29,18,41)
#150D1E
(21,13,30)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #5D3A81

#5D3A81
(93,58,129)
#6B4B8C
(107,75,140)
#795C97
(121,92,151)
#876DA2
(135,109,162)
#957EAD
(149,126,173)
#A38FB8
(163,143,184)
#B1A0C3
(177,160,195)
#BFB1CE
(191,177,206)
#CDC2D9
(205,194,217)
#DBD3E4
(219,211,228)
#E9E4EF
(233,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3A81; }

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

This text font color is #5D3A81.


Background Color

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

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

This div background color is #5D3A81.


Border color

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

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

This div border color is #5D3A81.


Opacity

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

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

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

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

This text has shadow with #5D3A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3A81 on black background.


Color preview on white background

This text has color #5D3A81 on white background.



Black color preview on #5D3A81 background

This text has black color on #5D3A81 background.


White color preview on #5D3A81 background

This text has white color on #5D3A81 background.