COLOR #5B3B73

HEX: #5B3B73
RGB: (91,59,115)

Color info

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

RGB color model

#5B3B73 color RGB value is (91,59,115).

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

RGB channels and saturation

R 91 of 255 = 36%
G 59 of 255 = 23%
B 115 of 255 = 45%

91
59
115

R + G + B ~ 35%. #5B3B73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 59 + 115 = 265 (100%)
R 91 of 265 ~ 34.34%
G 59 of 265 ~ 22.26%
B 115 of 265 ~ 43.4%

%34.34
%22.26
%43.4

CMYK color model

#5B3B73 color CMYK value is (21,49,0,55).

  • cyan value is 20.87%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(21,49,0,55)
C21M49Y0K55 
(21%,49%,0%,55%)
(0.21/0.49/0.00/0.55)	

CMYK percentages

%20.87
%48.7
%0
%54.9

Codes

Color #5B3B73 in popluar color models

5B3B73
RGB9159115
HSL274°32.18%34.12%
HSB/HSV274°48.70%45.10%
CMYK20.87%48.70%0.00%
54.90%

Color #5B3B73 in popluar number systems.

HEX5B3B73
Decimal9159115
Binary10110111110111110011
Octal13373163

Shades and tints

Shades of #5B3B73

#5B3B73
(91,59,115)
#533669
(83,54,105)
#4B315F
(75,49,95)
#432C55
(67,44,85)
#3B274B
(59,39,75)
#332241
(51,34,65)
#2B1D37
(43,29,55)
#23182D
(35,24,45)
#1B1323
(27,19,35)
#130E19
(19,14,25)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #5B3B73

#5B3B73
(91,59,115)
#694C7F
(105,76,127)
#775D8B
(119,93,139)
#856E97
(133,110,151)
#937FA3
(147,127,163)
#A190AF
(161,144,175)
#AFA1BB
(175,161,187)
#BDB2C7
(189,178,199)
#CBC3D3
(203,195,211)
#D9D4DF
(217,212,223)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3B73; }

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

This text font color is #5B3B73.


Background Color

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

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

This div background color is #5B3B73.


Border color

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

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

This div border color is #5B3B73.


Opacity

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

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

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

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

This text has shadow with #5B3B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3B73 on black background.


Color preview on white background

This text has color #5B3B73 on white background.



Black color preview on #5B3B73 background

This text has black color on #5B3B73 background.


White color preview on #5B3B73 background

This text has white color on #5B3B73 background.