COLOR #5D5872

HEX: #5D5872 RGB: (93,88,114)

Color info

#5D5872 contains red, green and blue colors in about the same proportion. Web safe color of #5D5872 is #666666 (or #666).

RGB color model

#5D5872 color RGB value is (93,88,114).

RGB: (93,88,114) (36%, 35%, 45%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 114 of 255 = 45%

93
88
114

R + G + B ~ 39%. #5D5872 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 88 + 114 = 295 (100%)
R 93 of 295 ~ 31.53%
G 88 of 295 ~ 29.83%
B 114 of 295 ~ 38.64'%

%31.53
%29.83
%38.64

CMYK color model

#5D5872 color CMYK value is (18,23,0,55).

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

CMYK: (18,23,0,55)
C18M23Y0K55 (18%, 23%, 0%, 55%)
(0.18 / 0.23 / 0.00 / 0.55)

CMYK percentages

%18.42
%22.81
%0
%55.29

Codes

Color #5D5872 in popluar color models

5D 58 72
RGB 93 88 114
HSL 252° 12.87% 39.61%
HSB/HSV 252° 22.81% 44.71%
CMYK 18.42% 22.81% 0.00%
55.29%

Color #5D5872 in popluar number systems.

HEX 5D 58 72
Decimal 93 88 114
Binary 1011101 1011000 1110010
Octal 135 130 162

Shades and tints

Shades of #5D5872

#5D5872
(93,88,114)
#555068
(85,80,104)
#4D485E
(77,72,94)
#454054
(69,64,84)
#3D384A
(61,56,74)
#353040
(53,48,64)
#2D2836
(45,40,54)
#25202C
(37,32,44)
#1D1822
(29,24,34)
#151018
(21,16,24)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #5D5872

#5D5872
(93,88,114)
#6B677E
(107,103,126)
#79768A
(121,118,138)
#878596
(135,133,150)
#9594A2
(149,148,162)
#A3A3AE
(163,163,174)
#B1B2BA
(177,178,186)
#BFC1C6
(191,193,198)
#CDD0D2
(205,208,210)
#DBDFDE
(219,223,222)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5872; }

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

This text font color is #5D5872.

Background Color

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

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

This div background color is #5D5872.

Border color

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

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

This div border color is #5D5872.

Opacity

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

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

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

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

This text has shadow with #5D5872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5872.

Preview

Color preview on black background

This text has color #5D5872 on black background.


Color preview on white background

This text has color #5D5872 on white background.


Black color preview on #5D5872 background

This text has black color on #5D5872 background.


White color preview on #5D5872 background

This text has white color on #5D5872 background.


Related colors

Complementary color

Complementary color for #hex is #A2A78D.


I love getcolorcode.com

Triadic colors

1 #725D58 and #58725D with #5D5872 are triadic colors.

2 #72585D and #585D72 with #5D5872 are triadic colors.