COLOR #5B1163

HEX: #5B1163
RGB: (91,17,99)

Color info

#5B1163 contains mainly red and blue colors. Web safe color of #5B1163 is #660066 (or #606).

RGB color model

#5B1163 color RGB value is (91,17,99).

  • red value is 91;
  • green value is 17;
  • blue value is 99.
RGB:
(91,17,99)
(36%,7%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 17 of 255 = 7%
B 99 of 255 = 39%

91
17
99

R + G + B ~ 27%. #5B1163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 17 + 99 = 207 (100%)
R 91 of 207 ~ 43.96%
G 17 of 207 ~ 8.21%
B 99 of 207 ~ 47.83%

%43.96
%47.83

CMYK color model

#5B1163 color CMYK value is (8,83,0,61).

  • cyan value is 8.08%
  • magenta value is 82.83%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,83,0,61)
C8M83Y0K61 
(8%,83%,0%,61%)
(0.08/0.83/0.00/0.61)	

CMYK percentages

%8.08
%82.83
%0
%61.18

Codes

Color #5B1163 in popluar color models

5B1163
RGB911799
HSL294°70.69%22.75%
HSB/HSV294°82.83%38.82%
CMYK8.08%82.83%0.00%
61.18%

Color #5B1163 in popluar number systems.

HEX5B1163
Decimal911799
Binary1011011100011100011
Octal13321143

Shades and tints

Shades of #5B1163

#5B1163
(91,17,99)
#53105A
(83,16,90)
#4B0F51
(75,15,81)
#430E48
(67,14,72)
#3B0D3F
(59,13,63)
#330C36
(51,12,54)
#2B0B2D
(43,11,45)
#230A24
(35,10,36)
#1B091B
(27,9,27)
#130812
(19,8,18)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #5B1163

#5B1163
(91,17,99)
#692671
(105,38,113)
#773B7F
(119,59,127)
#85508D
(133,80,141)
#93659B
(147,101,155)
#A17AA9
(161,122,169)
#AF8FB7
(175,143,183)
#BDA4C5
(189,164,197)
#CBB9D3
(203,185,211)
#D9CEE1
(217,206,225)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1163 color. Also use rgb(91,17,99) instead hex code.

Text Font Color

.myTextColor { color: #5B1163; }

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

This text font color is #5B1163.


Background Color

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

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

This div background color is #5B1163.


Border color

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

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

This div border color is #5B1163.


Opacity

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

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

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

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

This text has shadow with #5B1163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1163 on black background.


Color preview on white background

This text has color #5B1163 on white background.



Black color preview on #5B1163 background

This text has black color on #5B1163 background.


White color preview on #5B1163 background

This text has white color on #5B1163 background.