#5B116D

Color #5B116D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5B116D

Tints of Indigo #5B116D

Color information

#5B116D (or 0x5B116D) is unknown color: approx Indigo. HEX triplet: 5B, 11 and 6D. RGB value is (91,17,109). Sum of RGB (Red+Green+Blue) = 91+17+109=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B116D is #A4EE92. Grayscale: #313131. Windows color (decimal): -10808979 or 7147867. OLE color: 7147867.

HSL color Cylindrical-coordinate representation of color #5B116D: hue angle of 288.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B116D is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9117109-
CMYK0.170.8400.57
HSL288.26º73.02%24.71%-
HSV(B)288.26º84.4%42.75%-
XYZ7.283.7314.8-
YUV49.61161.52157.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=41.94%
G=7.83%
B=50.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91171090.170.8400.57288.2673.0224.71
Hex5B116D11540391204919
Octal133211552112407144011131
Binary10110111000111011011000110101000111001100100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B116D; }

 p { color: rgb(91,17,109); }

 H1.HeaderClassName
 {
   color: #5B116D;
 }
 .AnyTagClassName
 {
   color: #5B116D;
 }
</style>
background-color css

<style>
 a { background-color: #5B116D; }

 a { background-color: rgb(91,17,109); }

 div.DivClassName
 {
   background-color: #5B116D;
 }
 .BgClassName
 {
   background-color: #5B116D;
 }
</style>
border-color css

<style>
 span { border-color: #5B116D; }

 span { border-color: rgb(91,17,109); }

 td.TdClassName
 {
   border-color: #5B116D;
 }
 .TagClassName
 {
   border-color: #5B116D;
 }
</style>