Shades of Indigo #5B1686
Tints of Indigo #5B1686
RGB
CMYK
RGB Variations
Color information
#5B1686 (or 0x5B1686) is known color: Indigo. HEX triplet: 5B, 16 and 86. RGB value is (91,22,134). Sum of RGB (Red+Green+Blue) = 91+22+134=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B1686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1686 is #A4E979. Grayscale: #373737. Windows color (decimal): -10807674 or 8787547. OLE color: 8787547.
HSL color Cylindrical-coordinate representation of color #5B1686: hue angle of 276.96º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1686 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 22 | 134 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.47 |
| HSL | 276.96º | 0.72% | 0.31% | - |
| HSV(B) | 276.96º | 0.84% | 0.53% | - |
| XYZ | 8.9 | 4.52 | 22.96 | - |
| YUV | 55.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 134 | 0.32 | 0.84 | 0 | 0.47 | 276.96 | 0.72 | 0.31 |
| Hex | 5B | 16 | 86 | 20 | 54 | 0 | 2F | 115 | 48 | 1F |
| Octal | 133 | 26 | 206 | 40 | 124 | 0 | 57 | 425 | 110 | 37 |
| Binary | 1011011 | 10110 | 10000110 | 100000 | 1010100 | 0 | 101111 | 100010101 | 1001000 | 11111 |
Color Harmonies of #5B1686
Complementary color
Monochromatic Colors of #5B1686
Black with #5B1686
Text Example
Text Example
White with #5B1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1686; }
p { color: rgb(91,22,134); }
H1.HeaderClassName
{
color: #5B1686;
}
.AnyTagClassName
{
color: #5B1686;
}
</style>
background-color css
<style>
a { background-color: #5B1686; }
a { background-color: rgb(91,22,134); }
div.DivClassName
{
background-color: #5B1686;
}
.BgClassName
{
background-color: #5B1686;
}
</style>
border-color css
<style>
span { border-color: #5B1686; }
span { border-color: rgb(91,22,134); }
td.TdClassName
{
border-color: #5B1686;
}
.TagClassName
{
border-color: #5B1686;
}
</style>