Shades of Indigo #5C0588
Tints of Indigo #5C0588
RGB
CMYK
RGB Variations
Color information
#5C0588 (or 0x5C0588) is known color: Indigo. HEX triplet: 5C, 05 and 88. RGB value is (92,5,136). Sum of RGB (Red+Green+Blue) = 92+5+136=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C0588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0588 is #A3FA77. Grayscale: #2D2D2D. Windows color (decimal): -10746488 or 8914268. OLE color: 8914268.
HSL color Cylindrical-coordinate representation of color #5C0588: hue angle of 279.85º 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 #5C0588 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 5 | 136 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.47 |
| HSL | 279.85º | 0.93% | 0.28% | - |
| HSV(B) | 279.85º | 0.96% | 0.53% | - |
| XYZ | 8.91 | 4.16 | 23.63 | - |
| YUV | 45.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 136 | 0.32 | 0.96 | 0 | 0.47 | 279.85 | 0.93 | 0.28 |
| Hex | 5C | 5 | 88 | 20 | 60 | 0 | 2F | 118 | 5D | 1C |
| Octal | 134 | 5 | 210 | 40 | 140 | 0 | 57 | 430 | 135 | 34 |
| Binary | 1011100 | 101 | 10001000 | 100000 | 1100000 | 0 | 101111 | 100011000 | 1011101 | 11100 |
Color Harmonies of #5C0588
Complementary color
Monochromatic Colors of #5C0588
Black with #5C0588
Text Example
Text Example
White with #5C0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0588; }
p { color: rgb(92,5,136); }
H1.HeaderClassName
{
color: #5C0588;
}
.AnyTagClassName
{
color: #5C0588;
}
</style>
background-color css
<style>
a { background-color: #5C0588; }
a { background-color: rgb(92,5,136); }
div.DivClassName
{
background-color: #5C0588;
}
.BgClassName
{
background-color: #5C0588;
}
</style>
border-color css
<style>
span { border-color: #5C0588; }
span { border-color: rgb(92,5,136); }
td.TdClassName
{
border-color: #5C0588;
}
.TagClassName
{
border-color: #5C0588;
}
</style>