COLOR #5B17AB

HEX: #5B17AB
RGB: (91,23,171)

Color info

#5B17AB contains mainly blue color. Web safe color of #5B17AB is #660099 (or #609).

RGB color model

#5B17AB color RGB value is (91,23,171).

  • red value is 91;
  • green value is 23;
  • blue value is 171.
RGB: (91,23,171) (36%,9%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 23 of 255 = 9%
B 171 of 255 = 67%

91
23
171

R + G + B ~ 37%. #5B17AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 23 + 171 = 285 (100%)
R 91 of 285 ~ 31.93%
G 23 of 285 ~ 8.07%
B 171 of 285 ~ 60%

%31.93
%60

CMYK color model

#5B17AB color CMYK value is (47,87,0,33).

  • cyan value is 46.78%
  • magenta value is 86.55%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (47,87,0,33) C47M87Y0K33 (47%,87%,0%,33%) (0.47/0.87/0.00/0.33)

CMYK percentages

%46.78
%86.55
%0
%32.94

Codes

Color #5B17AB in popluar color models

5B17AB
RGB9123171
HSL268°76.29%38.04%
HSB/HSV268°86.55%67.06%
CMYK46.78%86.55%0.00%
32.94%

Color #5B17AB in popluar number systems.

HEX5B17AB
Decimal9123171
Binary10110111011110101011
Octal13327253

Shades and tints

Shades of #5B17AB

#5B17AB
(91,23,171)
#53159C
(83,21,156)
#4B138D
(75,19,141)
#43117E
(67,17,126)
#3B0F6F
(59,15,111)
#330D60
(51,13,96)
#2B0B51
(43,11,81)
#230942
(35,9,66)
#1B0733
(27,7,51)
#130524
(19,5,36)
#0B0315
(11,3,21)
#000000
(0,0,0)

Tints of #5B17AB

#5B17AB
(91,23,171)
#692CB2
(105,44,178)
#7741B9
(119,65,185)
#8556C0
(133,86,192)
#936BC7
(147,107,199)
#A180CE
(161,128,206)
#AF95D5
(175,149,213)
#BDAADC
(189,170,220)
#CBBFE3
(203,191,227)
#D9D4EA
(217,212,234)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B17AB color. Also use rgb(91,23,171) instead hex code.

Text Font Color

.myTextColor { color: #5B17AB; }

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

This text font color is #5B17AB.


Background Color

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

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

This div background color is #5B17AB.


Border color

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

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

This div border color is #5B17AB.


Opacity

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

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

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

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

This text has shadow with #5B17AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B17AB on black background.


Color preview on white background

This text has color #5B17AB on white background.



Black color preview on #5B17AB background

This text has black color on #5B17AB background.


White color preview on #5B17AB background

This text has white color on #5B17AB background.