Shades of Indigo #5B0584
Tints of Indigo #5B0584
RGB
CMYK
RGB Variations
Color information
#5B0584 (or 0x5B0584) is known color: Indigo. HEX triplet: 5B, 05 and 84. RGB value is (91,5,132). Sum of RGB (Red+Green+Blue) = 91+5+132=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B0584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0584 is #A4FA7B. Grayscale: #2C2C2C. Windows color (decimal): -10812028 or 8652123. OLE color: 8652123.
HSL color Cylindrical-coordinate representation of color #5B0584: hue angle of 280.63º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0584 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 5 | 132 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.48 |
| HSL | 280.63º | 0.93% | 0.27% | - |
| HSV(B) | 280.63º | 0.96% | 0.52% | - |
| XYZ | 8.53 | 4 | 22.15 | - |
| YUV | 45.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 132 | 0.31 | 0.96 | 0 | 0.48 | 280.63 | 0.93 | 0.27 |
| Hex | 5B | 5 | 84 | 1F | 60 | 0 | 30 | 119 | 5D | 1B |
| Octal | 133 | 5 | 204 | 37 | 140 | 0 | 60 | 431 | 135 | 33 |
| Binary | 1011011 | 101 | 10000100 | 11111 | 1100000 | 0 | 110000 | 100011001 | 1011101 | 11011 |
Color Harmonies of #5B0584
Complementary color
Monochromatic Colors of #5B0584
Black with #5B0584
Text Example
Text Example
White with #5B0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0584; }
p { color: rgb(91,5,132); }
H1.HeaderClassName
{
color: #5B0584;
}
.AnyTagClassName
{
color: #5B0584;
}
</style>
background-color css
<style>
a { background-color: #5B0584; }
a { background-color: rgb(91,5,132); }
div.DivClassName
{
background-color: #5B0584;
}
.BgClassName
{
background-color: #5B0584;
}
</style>
border-color css
<style>
span { border-color: #5B0584; }
span { border-color: rgb(91,5,132); }
td.TdClassName
{
border-color: #5B0584;
}
.TagClassName
{
border-color: #5B0584;
}
</style>