COLOR #5B326F

HEX: #5B326F
RGB: (91,50,111)

Color info

#5B326F contains mainly red and blue colors. Web safe color of #5B326F is #663366 (or #636).

RGB color model

#5B326F color RGB value is (91,50,111).

  • red value is 91;
  • green value is 50;
  • blue value is 111.
RGB:
(91,50,111)
(36%,20%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 50 of 255 = 20%
B 111 of 255 = 44%

91
50
111

R + G + B ~ 33%. #5B326F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 50 + 111 = 252 (100%)
R 91 of 252 ~ 36.11%
G 50 of 252 ~ 19.84%
B 111 of 252 ~ 44.05%

%36.11
%19.84
%44.05

CMYK color model

#5B326F color CMYK value is (18,55,0,56).

  • cyan value is 18.02%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(18,55,0,56)
C18M55Y0K56 
(18%,55%,0%,56%)
(0.18/0.55/0.00/0.56)	

CMYK percentages

%18.02
%54.95
%0
%56.47

Codes

Color #5B326F in popluar color models

5B326F
RGB9150111
HSL280°37.89%31.57%
HSB/HSV280°54.95%43.53%
CMYK18.02%54.95%0.00%
56.47%

Color #5B326F in popluar number systems.

HEX5B326F
Decimal9150111
Binary10110111100101101111
Octal13362157

Shades and tints

Shades of #5B326F

#5B326F
(91,50,111)
#532E65
(83,46,101)
#4B2A5B
(75,42,91)
#432651
(67,38,81)
#3B2247
(59,34,71)
#331E3D
(51,30,61)
#2B1A33
(43,26,51)
#231629
(35,22,41)
#1B121F
(27,18,31)
#130E15
(19,14,21)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B326F

#5B326F
(91,50,111)
#69447C
(105,68,124)
#775689
(119,86,137)
#856896
(133,104,150)
#937AA3
(147,122,163)
#A18CB0
(161,140,176)
#AF9EBD
(175,158,189)
#BDB0CA
(189,176,202)
#CBC2D7
(203,194,215)
#D9D4E4
(217,212,228)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B326F color. Also use rgb(91,50,111) instead hex code.

Text Font Color

.myTextColor { color: #5B326F; }

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

This text font color is #5B326F.


Background Color

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

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

This div background color is #5B326F.


Border color

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

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

This div border color is #5B326F.


Opacity

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

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

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

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

This text has shadow with #5B326F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B326F on black background.


Color preview on white background

This text has color #5B326F on white background.



Black color preview on #5B326F background

This text has black color on #5B326F background.


White color preview on #5B326F background

This text has white color on #5B326F background.