COLOR #5B4473

HEX: #5B4473
RGB: (91,68,115)

Color info

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

RGB color model

#5B4473 color RGB value is (91,68,115).

  • red value is 91;
  • green value is 68;
  • blue value is 115.
RGB:
(91,68,115)
(36%,27%,45%)

RGB channels and saturation

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

91
68
115

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

Portions of RGB colors in percentages

R + G + B =
91 + 68 + 115 = 274 (100%)
R 91 of 274 ~ 33.21%
G 68 of 274 ~ 24.82%
B 115 of 274 ~ 41.97%

%33.21
%24.82
%41.97

CMYK color model

#5B4473 color CMYK value is (21,41,0,55).

  • cyan value is 20.87%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(21,41,0,55)
C21M41Y0K55 
(21%,41%,0%,55%)
(0.21/0.41/0.00/0.55)	

CMYK percentages

%20.87
%40.87
%0
%54.9

Codes

Color #5B4473 in popluar color models

5B4473
RGB9168115
HSL269°25.68%35.88%
HSB/HSV269°40.87%45.10%
CMYK20.87%40.87%0.00%
54.90%

Color #5B4473 in popluar number systems.

HEX5B4473
Decimal9168115
Binary101101110001001110011
Octal133104163

Shades and tints

Shades of #5B4473

#5B4473
(91,68,115)
#533E69
(83,62,105)
#4B385F
(75,56,95)
#433255
(67,50,85)
#3B2C4B
(59,44,75)
#332641
(51,38,65)
#2B2037
(43,32,55)
#231A2D
(35,26,45)
#1B1423
(27,20,35)
#130E19
(19,14,25)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #5B4473

#5B4473
(91,68,115)
#69557F
(105,85,127)
#77668B
(119,102,139)
#857797
(133,119,151)
#9388A3
(147,136,163)
#A199AF
(161,153,175)
#AFAABB
(175,170,187)
#BDBBC7
(189,187,199)
#CBCCD3
(203,204,211)
#D9DDDF
(217,221,223)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4473; }

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

This text font color is #5B4473.


Background Color

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

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

This div background color is #5B4473.


Border color

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

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

This div border color is #5B4473.


Opacity

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

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

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

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

This text has shadow with #5B4473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4473 on black background.


Color preview on white background

This text has color #5B4473 on white background.



Black color preview on #5B4473 background

This text has black color on #5B4473 background.


White color preview on #5B4473 background

This text has white color on #5B4473 background.