Shades of Indigo #5B0586
Tints of Indigo #5B0586
RGB
CMYK
RGB Variations
Color information
#5B0586 (or 0x5B0586) is known color: Indigo. HEX triplet: 5B, 05 and 86. RGB value is (91,5,134). Sum of RGB (Red+Green+Blue) = 91+5+134=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B0586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0586 is #A4FA79. Grayscale: #2C2C2C. Windows color (decimal): -10812026 or 8783195. OLE color: 8783195.
HSL color Cylindrical-coordinate representation of color #5B0586: hue angle of 280º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0586 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 5 | 134 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.47 |
| HSL | 280º | 0.93% | 0.27% | - |
| HSV(B) | 280º | 0.96% | 0.53% | - |
| XYZ | 8.67 | 4.05 | 22.88 | - |
| YUV | 45.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 134 | 0.32 | 0.96 | 0 | 0.47 | 280 | 0.93 | 0.27 |
| Hex | 5B | 5 | 86 | 20 | 60 | 0 | 2F | 118 | 5D | 1B |
| Octal | 133 | 5 | 206 | 40 | 140 | 0 | 57 | 430 | 135 | 33 |
| Binary | 1011011 | 101 | 10000110 | 100000 | 1100000 | 0 | 101111 | 100011000 | 1011101 | 11011 |
Color Harmonies of #5B0586
Complementary color
Monochromatic Colors of #5B0586
Black with #5B0586
Text Example
Text Example
White with #5B0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0586; }
p { color: rgb(91,5,134); }
H1.HeaderClassName
{
color: #5B0586;
}
.AnyTagClassName
{
color: #5B0586;
}
</style>
background-color css
<style>
a { background-color: #5B0586; }
a { background-color: rgb(91,5,134); }
div.DivClassName
{
background-color: #5B0586;
}
.BgClassName
{
background-color: #5B0586;
}
</style>
border-color css
<style>
span { border-color: #5B0586; }
span { border-color: rgb(91,5,134); }
td.TdClassName
{
border-color: #5B0586;
}
.TagClassName
{
border-color: #5B0586;
}
</style>