Shades of Indigo #5600AB
Tints of Indigo #5600AB
RGB
CMYK
RGB Variations
Color information
#5600AB (or 0x5600AB) is known color: Indigo. HEX triplet: 56, 00 and AB. RGB value is (86,0,171). Sum of RGB (Red+Green+Blue) = 86+0+171=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #5600AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5600AB is #A9FF54. Grayscale: #2C2C2C. Windows color (decimal): -11140949 or 11206742. OLE color: 11206742.
HSL color Cylindrical-coordinate representation of color #5600AB: hue angle of 270.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600AB is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 0 | 171 | - |
| CMYK | 0.50 | 1 | 0 | 0.33 |
| HSL | 270.18º | 1% | 0.34% | - |
| HSV(B) | 270.18º | 1% | 0.67% | - |
| XYZ | 11.19 | 4.92 | 38.89 | - |
| YUV | 45.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 171 | 0.50 | 1 | 0 | 0.33 | 270.18 | 1 | 0.34 |
| Hex | 56 | 0 | AB | 32 | 64 | 0 | 21 | 10E | 64 | 22 |
| Octal | 126 | 0 | 253 | 62 | 144 | 0 | 41 | 416 | 144 | 42 |
| Binary | 1010110 | 0 | 10101011 | 110010 | 1100100 | 0 | 100001 | 100001110 | 1100100 | 100010 |
Color Harmonies of #5600AB
Complementary color
Monochromatic Colors of #5600AB
Black with #5600AB
Text Example
Text Example
White with #5600AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600AB; }
p { color: rgb(86,0,171); }
H1.HeaderClassName
{
color: #5600AB;
}
.AnyTagClassName
{
color: #5600AB;
}
</style>
background-color css
<style>
a { background-color: #5600AB; }
a { background-color: rgb(86,0,171); }
div.DivClassName
{
background-color: #5600AB;
}
.BgClassName
{
background-color: #5600AB;
}
</style>
border-color css
<style>
span { border-color: #5600AB; }
span { border-color: rgb(86,0,171); }
td.TdClassName
{
border-color: #5600AB;
}
.TagClassName
{
border-color: #5600AB;
}
</style>