COLOR #5B4472

HEX: #5B4472 RGB: (91,68,114)

Color info

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

RGB color model

#5B4472 color RGB value is (91,68,114).

RGB: (91,68,114) (36%, 27%, 45%)

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 114 of 255 = 45%

91
68
114

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

Portions of RGB colors in percentages

R + G + B = 91 + 68 + 114 = 273 (100%)
R 91 of 273 ~ 33.33%
G 68 of 273 ~ 24.91%
B 114 of 273 ~ 41.76'%

%33.33
%24.91
%41.76

CMYK color model

#5B4472 color CMYK value is (20,40,0,55).

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

CMYK: (20,40,0,55)
C20M40Y0K55 (20%, 40%, 0%, 55%)
(0.20 / 0.40 / 0.00 / 0.55)

CMYK percentages

%20.18
%40.35
%0
%55.29

Codes

Color #5B4472 in popluar color models

5B 44 72
RGB 91 68 114
HSL 270° 25.27% 35.69%
HSB/HSV 270° 40.35% 44.71%
CMYK 20.18% 40.35% 0.00%
55.29%

Color #5B4472 in popluar number systems.

HEX 5B 44 72
Decimal 91 68 114
Binary 1011011 1000100 1110010
Octal 133 104 162

Shades and tints

Shades of #5B4472

#5B4472
(91,68,114)
#533E68
(83,62,104)
#4B385E
(75,56,94)
#433254
(67,50,84)
#3B2C4A
(59,44,74)
#332640
(51,38,64)
#2B2036
(43,32,54)
#231A2C
(35,26,44)
#1B1422
(27,20,34)
#130E18
(19,14,24)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #5B4472

#5B4472
(91,68,114)
#69557E
(105,85,126)
#77668A
(119,102,138)
#857796
(133,119,150)
#9388A2
(147,136,162)
#A199AE
(161,153,174)
#AFAABA
(175,170,186)
#BDBBC6
(189,187,198)
#CBCCD2
(203,204,210)
#D9DDDE
(217,221,222)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4472; }

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

This text font color is #5B4472.

Background Color

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

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

This div background color is #5B4472.

Border color

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

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

This div border color is #5B4472.

Opacity

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

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

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

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

This text has shadow with #5B4472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4472.

Preview

Color preview on black background

This text has color #5B4472 on black background.


Color preview on white background

This text has color #5B4472 on white background.


Black color preview on #5B4472 background

This text has black color on #5B4472 background.


White color preview on #5B4472 background

This text has white color on #5B4472 background.


Related colors

Complementary color

Complementary color for #hex is #A4BB8D.


I love getcolorcode.com

Triadic colors

1 #725B44 and #44725B with #5B4472 are triadic colors.

2 #72445B and #445B72 with #5B4472 are triadic colors.