#5B116F

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

Shades of Indigo #5B116F

Tints of Indigo #5B116F

Color information

#5B116F (or 0x5B116F) is unknown color: approx Indigo. HEX triplet: 5B, 11 and 6F. RGB value is (91,17,111). Sum of RGB (Red+Green+Blue) = 91+17+111=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B116F is #A4EE90. Grayscale: #313131. Windows color (decimal): -10808977 or 7278939. OLE color: 7278939.

HSL color Cylindrical-coordinate representation of color #5B116F: hue angle of 287.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B116F is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9117111-
CMYK0.180.8500.56
HSL287.23º73.44%25.1%-
HSV(B)287.23º84.68%43.53%-
XYZ7.383.7715.38-
YUV49.84162.52157.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=41.55%
G=7.76%
B=50.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91171110.180.8500.56287.2373.4425.1
Hex5B116F125503811f4919
Octal133211572212507043711131
Binary10110111000111011111001010101010111000100011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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