COLOR #5B3056

HEX: #5B3056
RGB: (91,48,86)

Color info

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

RGB color model

#5B3056 color RGB value is (91,48,86).

  • red value is 91;
  • green value is 48;
  • blue value is 86.
RGB:
(91,48,86)
(36%,19%,34%)

RGB channels and saturation

R 91 of 255 = 36%
G 48 of 255 = 19%
B 86 of 255 = 34%

91
48
86

R + G + B ~ 30%. #5B3056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 48 + 86 = 225 (100%)
R 91 of 225 ~ 40.44%
G 48 of 225 ~ 21.33%
B 86 of 225 ~ 38.22%

%40.44
%21.33
%38.22

CMYK color model

#5B3056 color CMYK value is (0,47,5,64).

  • cyan value is 0.00%
  • magenta value is 47.25%
  • yellow value is 5.49%
  • key color value is 64.31%
CMYK:
(0,47,5,64)
C0M47Y5K64 
(0%,47%,5%,64%)
(0.00/0.47/0.05/0.64)	

CMYK percentages

%0
%47.25
%5.49
%64.31

Codes

Color #5B3056 in popluar color models

5B3056
RGB914886
HSL307°30.94%27.25%
HSB/HSV307°47.25%35.69%
CMYK0.00%47.25%5.49%
64.31%

Color #5B3056 in popluar number systems.

HEX5B3056
Decimal914886
Binary10110111100001010110
Octal13360126

Shades and tints

Shades of #5B3056

#5B3056
(91,48,86)
#532C4F
(83,44,79)
#4B2848
(75,40,72)
#432441
(67,36,65)
#3B203A
(59,32,58)
#331C33
(51,28,51)
#2B182C
(43,24,44)
#231425
(35,20,37)
#1B101E
(27,16,30)
#130C17
(19,12,23)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #5B3056

#5B3056
(91,48,86)
#694265
(105,66,101)
#775474
(119,84,116)
#856683
(133,102,131)
#937892
(147,120,146)
#A18AA1
(161,138,161)
#AF9CB0
(175,156,176)
#BDAEBF
(189,174,191)
#CBC0CE
(203,192,206)
#D9D2DD
(217,210,221)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3056 color. Also use rgb(91,48,86) instead hex code.

Text Font Color

.myTextColor { color: #5B3056; }

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

This text font color is #5B3056.


Background Color

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

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

This div background color is #5B3056.


Border color

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

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

This div border color is #5B3056.


Opacity

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

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

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

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

This text has shadow with #5B3056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3056 on black background.


Color preview on white background

This text has color #5B3056 on white background.



Black color preview on #5B3056 background

This text has black color on #5B3056 background.


White color preview on #5B3056 background

This text has white color on #5B3056 background.