COLOR #5B1176

HEX: #5B1176 RGB: (91,17,118)

Color info

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

RGB color model

#5B1176 color RGB value is (91,17,118).

RGB: (91,17,118) (36%, 7%, 46%)

RGB channels and saturation

R 91 of 255 = 36%
G 17 of 255 = 7%
B 118 of 255 = 46%

91
17
118

R + G + B ~ 30%. #5B1176 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 17 + 118 = 226 (100%)
R 91 of 226 ~ 40.27%
G 17 of 226 ~ 7.52%
B 118 of 226 ~ 52.21'%

%40.27
%52.21

CMYK color model

#5B1176 color CMYK value is (23,86,0,54).

  • cyan value is 22.88%
  • magenta value is 85.59%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (23,86,0,54)
C23M86Y0K54 (23%, 86%, 0%, 54%)
(0.23 / 0.86 / 0.00 / 0.54)

CMYK percentages

%22.88
%85.59
%0
%53.73

Codes

Color #5B1176 in popluar color models

5B 11 76
RGB 91 17 118
HSL 284° 74.81% 26.47%
HSB/HSV 284° 85.59% 46.27%
CMYK 22.88% 85.59% 0.00%
53.73%

Color #5B1176 in popluar number systems.

HEX 5B 11 76
Decimal 91 17 118
Binary 1011011 10001 1110110
Octal 133 21 166

Shades and tints

Shades of #5B1176

#5B1176
(91,17,118)
#53106C
(83,16,108)
#4B0F62
(75,15,98)
#430E58
(67,14,88)
#3B0D4E
(59,13,78)
#330C44
(51,12,68)
#2B0B3A
(43,11,58)
#230A30
(35,10,48)
#1B0926
(27,9,38)
#13081C
(19,8,28)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #5B1176

#5B1176
(91,17,118)
#692682
(105,38,130)
#773B8E
(119,59,142)
#85509A
(133,80,154)
#9365A6
(147,101,166)
#A17AB2
(161,122,178)
#AF8FBE
(175,143,190)
#BDA4CA
(189,164,202)
#CBB9D6
(203,185,214)
#D9CEE2
(217,206,226)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B1176; }

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

This text font color is #5B1176.

Background Color

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

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

This div background color is #5B1176.

Border color

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

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

This div border color is #5B1176.

Opacity

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

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

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

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

This text has shadow with #5B1176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B1176.

Preview

Color preview on black background

This text has color #5B1176 on black background.


Color preview on white background

This text has color #5B1176 on white background.


Black color preview on #5B1176 background

This text has black color on #5B1176 background.


White color preview on #5B1176 background

This text has white color on #5B1176 background.


Related colors

Complementary color

Complementary color for #hex is #A4EE89.


I love getcolorcode.com

Triadic colors

1 #765B11 and #11765B with #5B1176 are triadic colors.

2 #76115B and #115B76 with #5B1176 are triadic colors.