COLOR #5B1B52

HEX: #5B1B52
RGB: (91,27,82)

Color info

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

RGB color model

#5B1B52 color RGB value is (91,27,82).

  • red value is 91;
  • green value is 27;
  • blue value is 82.
RGB:
(91,27,82)
(36%,11%,32%)

RGB channels and saturation

R 91 of 255 = 36%
G 27 of 255 = 11%
B 82 of 255 = 32%

91
27
82

R + G + B ~ 26%. #5B1B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 27 + 82 = 200 (100%)
R 91 of 200 ~ 45.5%
G 27 of 200 ~ 13.5%
B 82 of 200 ~ 41%

%45.5
%13.5
%41

CMYK color model

#5B1B52 color CMYK value is (0,70,10,64).

  • cyan value is 0.00%
  • magenta value is 70.33%
  • yellow value is 9.89%
  • key color value is 64.31%
CMYK:
(0,70,10,64)
C0M70Y10K64 
(0%,70%,10%,64%)
(0.00/0.70/0.10/0.64)	

CMYK percentages

%0
%70.33
%9.89
%64.31

Codes

Color #5B1B52 in popluar color models

5B1B52
RGB912782
HSL308°54.24%23.14%
HSB/HSV308°70.33%35.69%
CMYK0.00%70.33%9.89%
64.31%

Color #5B1B52 in popluar number systems.

HEX5B1B52
Decimal912782
Binary1011011110111010010
Octal13333122

Shades and tints

Shades of #5B1B52

#5B1B52
(91,27,82)
#53194B
(83,25,75)
#4B1744
(75,23,68)
#43153D
(67,21,61)
#3B1336
(59,19,54)
#33112F
(51,17,47)
#2B0F28
(43,15,40)
#230D21
(35,13,33)
#1B0B1A
(27,11,26)
#130913
(19,9,19)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #5B1B52

#5B1B52
(91,27,82)
#692F61
(105,47,97)
#774370
(119,67,112)
#85577F
(133,87,127)
#936B8E
(147,107,142)
#A17F9D
(161,127,157)
#AF93AC
(175,147,172)
#BDA7BB
(189,167,187)
#CBBBCA
(203,187,202)
#D9CFD9
(217,207,217)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1B52 color. Also use rgb(91,27,82) instead hex code.

Text Font Color

.myTextColor { color: #5B1B52; }

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

This text font color is #5B1B52.


Background Color

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

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

This div background color is #5B1B52.


Border color

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

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

This div border color is #5B1B52.


Opacity

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

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

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

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

This text has shadow with #5B1B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1B52 on black background.


Color preview on white background

This text has color #5B1B52 on white background.



Black color preview on #5B1B52 background

This text has black color on #5B1B52 background.


White color preview on #5B1B52 background

This text has white color on #5B1B52 background.