COLOR #5D4179

HEX: #5D4179 RGB: (93,65,121)

Color info

#5D4179 contains red, green and blue colors in about the same proportion. Web safe color of #5D4179 is #663366 (or #636).

RGB color model

#5D4179 color RGB value is (93,65,121).

RGB: (93,65,121) (36%, 25%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 121 of 255 = 47%

93
65
121

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

Portions of RGB colors in percentages

R + G + B = 93 + 65 + 121 = 279 (100%)
R 93 of 279 ~ 33.33%
G 65 of 279 ~ 23.3%
B 121 of 279 ~ 43.37'%

%33.33
%23.3
%43.37

CMYK color model

#5D4179 color CMYK value is (23,46,0,53).

  • cyan value is 23.14%
  • magenta value is 46.28%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (23,46,0,53) C23M46Y0K53 (23%,46%,0%,53%) (0.23/0.46/0.00/0.53) 

CMYK percentages

%23.14
%46.28
%0
%52.55

Codes

Color #5D4179 in popluar color models

5D 41 79
RGB 93 65 121
HSL 270° 30.11% 36.47%
HSB/HSV 270° 46.28% 47.45%
CMYK 23.14% 46.28% 0.00%
52.55%

Color #5D4179 in popluar number systems.

HEX 5D 41 79
Decimal 93 65 121
Binary 1011101 1000001 1111001
Octal 135 101 171

Shades and tints

Shades of #5D4179

#5D4179
(93,65,121)
#553C6E
(85,60,110)
#4D3763
(77,55,99)
#453258
(69,50,88)
#3D2D4D
(61,45,77)
#352842
(53,40,66)
#2D2337
(45,35,55)
#251E2C
(37,30,44)
#1D1921
(29,25,33)
#151416
(21,20,22)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D4179

#5D4179
(93,65,121)
#6B5285
(107,82,133)
#796391
(121,99,145)
#87749D
(135,116,157)
#9585A9
(149,133,169)
#A396B5
(163,150,181)
#B1A7C1
(177,167,193)
#BFB8CD
(191,184,205)
#CDC9D9
(205,201,217)
#DBDAE5
(219,218,229)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4179 color. Also use rgb(93,65,121) instead hex code.

Text Font Color

.myTextColor { color: #5D4179; }

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

This text font color is #5D4179.

Background Color

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

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

This div background color is #5D4179.

Border color

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

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

This div border color is #5D4179.

Opacity

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

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

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

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

This text has shadow with #5D4179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4179.

Preview

Color preview on black background

This text has color #5D4179 on black background.


Color preview on white background

This text has color #5D4179 on white background.


Black color preview on #5D4179 background

This text has black color on #5D4179 background.


White color preview on #5D4179 background

This text has white color on #5D4179 background.


Related colors

Complementary color

Complementary color for #hex is #A2BE86.


I love getcolorcode.com

Triadic colors

1 #795D41 and #41795D with #5D4179 are triadic colors.

2 #79415D and #415D79 with #5D4179 are triadic colors.