COLOR #5B2371

HEX: #5B2371
RGB: (91,35,113)

Color info

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

RGB color model

#5B2371 color RGB value is (91,35,113).

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

RGB channels and saturation

R 91 of 255 = 36%
G 35 of 255 = 14%
B 113 of 255 = 44%

91
35
113

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

Portions of RGB colors in percentages

R + G + B =
91 + 35 + 113 = 239 (100%)
R 91 of 239 ~ 38.08%
G 35 of 239 ~ 14.64%
B 113 of 239 ~ 47.28%

%38.08
%14.64
%47.28

CMYK color model

#5B2371 color CMYK value is (19,69,0,56).

  • cyan value is 19.47%
  • magenta value is 69.03%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(19,69,0,56)
C19M69Y0K56 
(19%,69%,0%,56%)
(0.19/0.69/0.00/0.56)	

CMYK percentages

%19.47
%69.03
%0
%55.69

Codes

Color #5B2371 in popluar color models

5B2371
RGB9135113
HSL283°52.70%29.02%
HSB/HSV283°69.03%44.31%
CMYK19.47%69.03%0.00%
55.69%

Color #5B2371 in popluar number systems.

HEX5B2371
Decimal9135113
Binary10110111000111110001
Octal13343161

Shades and tints

Shades of #5B2371

#5B2371
(91,35,113)
#532067
(83,32,103)
#4B1D5D
(75,29,93)
#431A53
(67,26,83)
#3B1749
(59,23,73)
#33143F
(51,20,63)
#2B1135
(43,17,53)
#230E2B
(35,14,43)
#1B0B21
(27,11,33)
#130817
(19,8,23)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #5B2371

#5B2371
(91,35,113)
#69377D
(105,55,125)
#774B89
(119,75,137)
#855F95
(133,95,149)
#9373A1
(147,115,161)
#A187AD
(161,135,173)
#AF9BB9
(175,155,185)
#BDAFC5
(189,175,197)
#CBC3D1
(203,195,209)
#D9D7DD
(217,215,221)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2371; }

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

This text font color is #5B2371.


Background Color

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

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

This div background color is #5B2371.


Border color

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

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

This div border color is #5B2371.


Opacity

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

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

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

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

This text has shadow with #5B2371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2371 on black background.


Color preview on white background

This text has color #5B2371 on white background.



Black color preview on #5B2371 background

This text has black color on #5B2371 background.


White color preview on #5B2371 background

This text has white color on #5B2371 background.