COLOR #5D5572

HEX: #5D5572 RGB: (93,85,114)

Color info

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

RGB color model

#5D5572 color RGB value is (93,85,114).

RGB: (93,85,114) (36%, 33%, 45%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 114 of 255 = 45%

93
85
114

R + G + B ~ 38%. #5D5572 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 114 = 292 (100%)
R 93 of 292 ~ 31.85%
G 85 of 292 ~ 29.11%
B 114 of 292 ~ 39.04'%

%31.85
%29.11
%39.04

CMYK color model

#5D5572 color CMYK value is (18,25,0,55).

  • cyan value is 18.42%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (18,25,0,55) C18M25Y0K55 (18%,25%,0%,55%) (0.18/0.25/0.00/0.55) 

CMYK percentages

%18.42
%25.44
%0
%55.29

Codes

Color #5D5572 in popluar color models

5D 55 72
RGB 93 85 114
HSL 257° 14.57% 39.02%
HSB/HSV 257° 25.44% 44.71%
CMYK 18.42% 25.44% 0.00%
55.29%

Color #5D5572 in popluar number systems.

HEX 5D 55 72
Decimal 93 85 114
Binary 1011101 1010101 1110010
Octal 135 125 162

Shades and tints

Shades of #5D5572

#5D5572
(93,85,114)
#554E68
(85,78,104)
#4D475E
(77,71,94)
#454054
(69,64,84)
#3D394A
(61,57,74)
#353240
(53,50,64)
#2D2B36
(45,43,54)
#25242C
(37,36,44)
#1D1D22
(29,29,34)
#151618
(21,22,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D5572

#5D5572
(93,85,114)
#6B647E
(107,100,126)
#79738A
(121,115,138)
#878296
(135,130,150)
#9591A2
(149,145,162)
#A3A0AE
(163,160,174)
#B1AFBA
(177,175,186)
#BFBEC6
(191,190,198)
#CDCDD2
(205,205,210)
#DBDCDE
(219,220,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5572; }

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

This text font color is #5D5572.

Background Color

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

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

This div background color is #5D5572.

Border color

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

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

This div border color is #5D5572.

Opacity

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

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

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

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

This text has shadow with #5D5572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5572.

Preview

Color preview on black background

This text has color #5D5572 on black background.


Color preview on white background

This text has color #5D5572 on white background.


Black color preview on #5D5572 background

This text has black color on #5D5572 background.


White color preview on #5D5572 background

This text has white color on #5D5572 background.


Related colors

Complementary color

Complementary color for #hex is #A2AA8D.


I love getcolorcode.com

Triadic colors

1 #725D55 and #55725D with #5D5572 are triadic colors.

2 #72555D and #555D72 with #5D5572 are triadic colors.