Shades of Indigo #5B0588
Tints of Indigo #5B0588
RGB
CMYK
RGB Variations
Color information
#5B0588 (or 0x5B0588) is known color: Indigo. HEX triplet: 5B, 05 and 88. RGB value is (91,5,136). Sum of RGB (Red+Green+Blue) = 91+5+136=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B0588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0588 is #A4FA77. Grayscale: #2D2D2D. Windows color (decimal): -10812024 or 8914267. OLE color: 8914267.
HSL color Cylindrical-coordinate representation of color #5B0588: hue angle of 279.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0588 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 5 | 136 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.47 |
| HSL | 279.39º | 0.93% | 0.28% | - |
| HSV(B) | 279.39º | 0.96% | 0.53% | - |
| XYZ | 8.81 | 4.11 | 23.62 | - |
| YUV | 45.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 136 | 0.33 | 0.96 | 0 | 0.47 | 279.39 | 0.93 | 0.28 |
| Hex | 5B | 5 | 88 | 21 | 60 | 0 | 2F | 117 | 5D | 1C |
| Octal | 133 | 5 | 210 | 41 | 140 | 0 | 57 | 427 | 135 | 34 |
| Binary | 1011011 | 101 | 10001000 | 100001 | 1100000 | 0 | 101111 | 100010111 | 1011101 | 11100 |
Color Harmonies of #5B0588
Complementary color
Monochromatic Colors of #5B0588
Black with #5B0588
Text Example
Text Example
White with #5B0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0588; }
p { color: rgb(91,5,136); }
H1.HeaderClassName
{
color: #5B0588;
}
.AnyTagClassName
{
color: #5B0588;
}
</style>
background-color css
<style>
a { background-color: #5B0588; }
a { background-color: rgb(91,5,136); }
div.DivClassName
{
background-color: #5B0588;
}
.BgClassName
{
background-color: #5B0588;
}
</style>
border-color css
<style>
span { border-color: #5B0588; }
span { border-color: rgb(91,5,136); }
td.TdClassName
{
border-color: #5B0588;
}
.TagClassName
{
border-color: #5B0588;
}
</style>