COLOR #5D4872

HEX: #5D4872 RGB: (93,72,114)

Color info

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

RGB color model

#5D4872 color RGB value is (93,72,114).

RGB: (93,72,114) (36%, 28%, 45%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 114 of 255 = 45%

93
72
114

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

Portions of RGB colors in percentages

R + G + B = 93 + 72 + 114 = 279 (100%)
R 93 of 279 ~ 33.33%
G 72 of 279 ~ 25.81%
B 114 of 279 ~ 40.86'%

%33.33
%25.81
%40.86

CMYK color model

#5D4872 color CMYK value is (18,37,0,55).

  • cyan value is 18.42%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (18,37,0,55)
C18M37Y0K55 (18%, 37%, 0%, 55%)
(0.18 / 0.37 / 0.00 / 0.55)

CMYK percentages

%18.42
%36.84
%0
%55.29

Codes

Color #5D4872 in popluar color models

5D 48 72
RGB 93 72 114
HSL 270° 22.58% 36.47%
HSB/HSV 270° 36.84% 44.71%
CMYK 18.42% 36.84% 0.00%
55.29%

Color #5D4872 in popluar number systems.

HEX 5D 48 72
Decimal 93 72 114
Binary 1011101 1001000 1110010
Octal 135 110 162

Shades and tints

Shades of #5D4872

#5D4872
(93,72,114)
#554268
(85,66,104)
#4D3C5E
(77,60,94)
#453654
(69,54,84)
#3D304A
(61,48,74)
#352A40
(53,42,64)
#2D2436
(45,36,54)
#251E2C
(37,30,44)
#1D1822
(29,24,34)
#151218
(21,18,24)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #5D4872

#5D4872
(93,72,114)
#6B587E
(107,88,126)
#79688A
(121,104,138)
#877896
(135,120,150)
#9588A2
(149,136,162)
#A398AE
(163,152,174)
#B1A8BA
(177,168,186)
#BFB8C6
(191,184,198)
#CDC8D2
(205,200,210)
#DBD8DE
(219,216,222)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4872 color. Also use rgb(93,72,114) instead hex code.

Text Font Color

.myTextColor { color: #5D4872; }

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

This text font color is #5D4872.

Background Color

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

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

This div background color is #5D4872.

Border color

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

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

This div border color is #5D4872.

Opacity

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

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

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

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

This text has shadow with #5D4872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4872.

Preview

Color preview on black background

This text has color #5D4872 on black background.


Color preview on white background

This text has color #5D4872 on white background.


Black color preview on #5D4872 background

This text has black color on #5D4872 background.


White color preview on #5D4872 background

This text has white color on #5D4872 background.


Related colors

Complementary color

Complementary color for #hex is #A2B78D.


I love getcolorcode.com

Triadic colors

1 #725D48 and #48725D with #5D4872 are triadic colors.

2 #72485D and #485D72 with #5D4872 are triadic colors.