COLOR #5B5572

HEX: #5B5572 RGB: (91,85,114)

Color info

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

RGB color model

#5B5572 color RGB value is (91,85,114).

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

RGB channels and saturation

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

91
85
114

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

Portions of RGB colors in percentages

R + G + B = 91 + 85 + 114 = 290 (100%)
R 91 of 290 ~ 31.38%
G 85 of 290 ~ 29.31%
B 114 of 290 ~ 39.31'%

%31.38
%29.31
%39.31

CMYK color model

#5B5572 color CMYK value is (20,25,0,55).

  • cyan value is 20.18%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (20,25,0,55)
C20M25Y0K55 (20%, 25%, 0%, 55%)
(0.20 / 0.25 / 0.00 / 0.55)

CMYK percentages

%20.18
%25.44
%0
%55.29

Codes

Color #5B5572 in popluar color models

5B 55 72
RGB 91 85 114
HSL 252° 14.57% 39.02%
HSB/HSV 252° 25.44% 44.71%
CMYK 20.18% 25.44% 0.00%
55.29%

Color #5B5572 in popluar number systems.

HEX 5B 55 72
Decimal 91 85 114
Binary 1011011 1010101 1110010
Octal 133 125 162

Shades and tints

Shades of #5B5572

#5B5572
(91,85,114)
#534E68
(83,78,104)
#4B475E
(75,71,94)
#434054
(67,64,84)
#3B394A
(59,57,74)
#333240
(51,50,64)
#2B2B36
(43,43,54)
#23242C
(35,36,44)
#1B1D22
(27,29,34)
#131618
(19,22,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #5B5572

#5B5572
(91,85,114)
#69647E
(105,100,126)
#77738A
(119,115,138)
#858296
(133,130,150)
#9391A2
(147,145,162)
#A1A0AE
(161,160,174)
#AFAFBA
(175,175,186)
#BDBEC6
(189,190,198)
#CBCDD2
(203,205,210)
#D9DCDE
(217,220,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5572; }

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

This text font color is #5B5572.

Background Color

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

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

This div background color is #5B5572.

Border color

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

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

This div border color is #5B5572.

Opacity

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

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

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

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

This text has shadow with #5B5572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5572.

Preview

Color preview on black background

This text has color #5B5572 on black background.


Color preview on white background

This text has color #5B5572 on white background.


Black color preview on #5B5572 background

This text has black color on #5B5572 background.


White color preview on #5B5572 background

This text has white color on #5B5572 background.


Related colors

Complementary color

Complementary color for #hex is #A4AA8D.


I love getcolorcode.com

Triadic colors

1 #725B55 and #55725B with #5B5572 are triadic colors.

2 #72555B and #555B72 with #5B5572 are triadic colors.