COLOR #5B218B

HEX: #5B218B
RGB: (91,33,139)

Color info

#5B218B contains mainly red and blue colors. Web safe color of #5B218B is #663399 (or #639).

RGB color model

#5B218B color RGB value is (91,33,139).

  • red value is 91;
  • green value is 33;
  • blue value is 139.
RGB:
(91,33,139)
(36%,13%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 33 of 255 = 13%
B 139 of 255 = 55%

91
33
139

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

Portions of RGB colors in percentages

R + G + B =
91 + 33 + 139 = 263 (100%)
R 91 of 263 ~ 34.6%
G 33 of 263 ~ 12.55%
B 139 of 263 ~ 52.85%

%34.6
%12.55
%52.85

CMYK color model

#5B218B color CMYK value is (35,76,0,45).

  • cyan value is 34.53%
  • magenta value is 76.26%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,76,0,45)
C35M76Y0K45 
(35%,76%,0%,45%)
(0.35/0.76/0.00/0.45)	

CMYK percentages

%34.53
%76.26
%0
%45.49

Codes

Color #5B218B in popluar color models

5B218B
RGB9133139
HSL273°61.63%33.73%
HSB/HSV273°76.26%54.51%
CMYK34.53%76.26%0.00%
45.49%

Color #5B218B in popluar number systems.

HEX5B218B
Decimal9133139
Binary101101110000110001011
Octal13341213

Shades and tints

Shades of #5B218B

#5B218B
(91,33,139)
#531E7F
(83,30,127)
#4B1B73
(75,27,115)
#431867
(67,24,103)
#3B155B
(59,21,91)
#33124F
(51,18,79)
#2B0F43
(43,15,67)
#230C37
(35,12,55)
#1B092B
(27,9,43)
#13061F
(19,6,31)
#0B0313
(11,3,19)
#000000
(0,0,0)

Tints of #5B218B

#5B218B
(91,33,139)
#693595
(105,53,149)
#77499F
(119,73,159)
#855DA9
(133,93,169)
#9371B3
(147,113,179)
#A185BD
(161,133,189)
#AF99C7
(175,153,199)
#BDADD1
(189,173,209)
#CBC1DB
(203,193,219)
#D9D5E5
(217,213,229)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B218B color. Also use rgb(91,33,139) instead hex code.

Text Font Color

.myTextColor { color: #5B218B; }

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

This text font color is #5B218B.


Background Color

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

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

This div background color is #5B218B.


Border color

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

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

This div border color is #5B218B.


Opacity

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

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

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

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

This text has shadow with #5B218B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B218B on black background.


Color preview on white background

This text has color #5B218B on white background.



Black color preview on #5B218B background

This text has black color on #5B218B background.


White color preview on #5B218B background

This text has white color on #5B218B background.