COLOR #5B2071

HEX: #5B2071
RGB: (91,32,113)

Color info

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

RGB color model

#5B2071 color RGB value is (91,32,113).

  • red value is 91;
  • green value is 32;
  • blue value is 113.
RGB:
(91,32,113)
(36%,13%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 32 of 255 = 13%
B 113 of 255 = 44%

91
32
113

R + G + B ~ 31%. #5B2071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 32 + 113 = 236 (100%)
R 91 of 236 ~ 38.56%
G 32 of 236 ~ 13.56%
B 113 of 236 ~ 47.88%

%38.56
%13.56
%47.88

CMYK color model

#5B2071 color CMYK value is (19,72,0,56).

  • cyan value is 19.47%
  • magenta value is 71.68%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(19,72,0,56)
C19M72Y0K56 
(19%,72%,0%,56%)
(0.19/0.72/0.00/0.56)	

CMYK percentages

%19.47
%71.68
%0
%55.69

Codes

Color #5B2071 in popluar color models

5B2071
RGB9132113
HSL284°55.86%28.43%
HSB/HSV284°71.68%44.31%
CMYK19.47%71.68%0.00%
55.69%

Color #5B2071 in popluar number systems.

HEX5B2071
Decimal9132113
Binary10110111000001110001
Octal13340161

Shades and tints

Shades of #5B2071

#5B2071
(91,32,113)
#531E67
(83,30,103)
#4B1C5D
(75,28,93)
#431A53
(67,26,83)
#3B1849
(59,24,73)
#33163F
(51,22,63)
#2B1435
(43,20,53)
#23122B
(35,18,43)
#1B1021
(27,16,33)
#130E17
(19,14,23)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B2071

#5B2071
(91,32,113)
#69347D
(105,52,125)
#774889
(119,72,137)
#855C95
(133,92,149)
#9370A1
(147,112,161)
#A184AD
(161,132,173)
#AF98B9
(175,152,185)
#BDACC5
(189,172,197)
#CBC0D1
(203,192,209)
#D9D4DD
(217,212,221)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B2071 color. Also use rgb(91,32,113) instead hex code.

Text Font Color

.myTextColor { color: #5B2071; }

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

This text font color is #5B2071.


Background Color

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

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

This div background color is #5B2071.


Border color

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

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

This div border color is #5B2071.


Opacity

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

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

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

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

This text has shadow with #5B2071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2071 on black background.


Color preview on white background

This text has color #5B2071 on white background.



Black color preview on #5B2071 background

This text has black color on #5B2071 background.


White color preview on #5B2071 background

This text has white color on #5B2071 background.