COLOR #5D3173

HEX: #5D3173 RGB: (93,49,115)

Color info

#5D3173 contains mainly red and blue colors. Web safe color of #5D3173 is #663366 (or #636).

RGB color model

#5D3173 color RGB value is (93,49,115).

RGB: (93,49,115) (36%, 19%, 45%)

RGB channels and saturation

R 93 of 255 = 36%
G 49 of 255 = 19%
B 115 of 255 = 45%

93
49
115

R + G + B ~ 33%. #5D3173 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 49 + 115 = 257 (100%)
R 93 of 257 ~ 36.19%
G 49 of 257 ~ 19.07%
B 115 of 257 ~ 44.75'%

%36.19
%19.07
%44.75

CMYK color model

#5D3173 color CMYK value is (19,57,0,55).

  • cyan value is 19.13%
  • magenta value is 57.39%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (19,57,0,55)
C19M57Y0K55 (19%, 57%, 0%, 55%)
(0.19 / 0.57 / 0.00 / 0.55)

CMYK percentages

%19.13
%57.39
%0
%54.9

Codes

Color #5D3173 in popluar color models

5D 31 73
RGB 93 49 115
HSL 280° 40.24% 32.16%
HSB/HSV 280° 57.39% 45.10%
CMYK 19.13% 57.39% 0.00%
54.90%

Color #5D3173 in popluar number systems.

HEX 5D 31 73
Decimal 93 49 115
Binary 1011101 110001 1110011
Octal 135 61 163

Shades and tints

Shades of #5D3173

#5D3173
(93,49,115)
#552D69
(85,45,105)
#4D295F
(77,41,95)
#452555
(69,37,85)
#3D214B
(61,33,75)
#351D41
(53,29,65)
#2D1937
(45,25,55)
#25152D
(37,21,45)
#1D1123
(29,17,35)
#150D19
(21,13,25)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #5D3173

#5D3173
(93,49,115)
#6B437F
(107,67,127)
#79558B
(121,85,139)
#876797
(135,103,151)
#9579A3
(149,121,163)
#A38BAF
(163,139,175)
#B19DBB
(177,157,187)
#BFAFC7
(191,175,199)
#CDC1D3
(205,193,211)
#DBD3DF
(219,211,223)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3173; }

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

This text font color is #5D3173.

Background Color

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

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

This div background color is #5D3173.

Border color

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

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

This div border color is #5D3173.

Opacity

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

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

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

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

This text has shadow with #5D3173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3173.

Preview

Color preview on black background

This text has color #5D3173 on black background.


Color preview on white background

This text has color #5D3173 on white background.


Black color preview on #5D3173 background

This text has black color on #5D3173 background.


White color preview on #5D3173 background

This text has white color on #5D3173 background.


Related colors

Complementary color

Complementary color for #hex is #A2CE8C.


I love getcolorcode.com

Triadic colors

1 #735D31 and #31735D with #5D3173 are triadic colors.

2 #73315D and #315D73 with #5D3173 are triadic colors.