Shades of Indigo #5600AA
Tints of Indigo #5600AA
RGB
CMYK
RGB Variations
Color information
#5600AA (or 0x5600AA) is known color: Indigo. HEX triplet: 56, 00 and AA. RGB value is (86,0,170). Sum of RGB (Red+Green+Blue) = 86+0+170=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #5600AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5600AA is #A9FF55. Grayscale: #2C2C2C. Windows color (decimal): -11140950 or 11141206. OLE color: 11141206.
HSL color Cylindrical-coordinate representation of color #5600AA: hue angle of 270.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600AA is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 0 | 170 | - |
| CMYK | 0.49 | 1 | 0 | 0.33 |
| HSL | 270.35º | 1% | 0.33% | - |
| HSV(B) | 270.35º | 1% | 0.67% | - |
| XYZ | 11.09 | 4.88 | 38.39 | - |
| YUV | 45.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 170 | 0.49 | 1 | 0 | 0.33 | 270.35 | 1 | 0.33 |
| Hex | 56 | 0 | AA | 31 | 64 | 0 | 21 | 10E | 64 | 21 |
| Octal | 126 | 0 | 252 | 61 | 144 | 0 | 41 | 416 | 144 | 41 |
| Binary | 1010110 | 0 | 10101010 | 110001 | 1100100 | 0 | 100001 | 100001110 | 1100100 | 100001 |
Color Harmonies of #5600AA
Complementary color
Monochromatic Colors of #5600AA
Black with #5600AA
Text Example
Text Example
White with #5600AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600AA; }
p { color: rgb(86,0,170); }
H1.HeaderClassName
{
color: #5600AA;
}
.AnyTagClassName
{
color: #5600AA;
}
</style>
background-color css
<style>
a { background-color: #5600AA; }
a { background-color: rgb(86,0,170); }
div.DivClassName
{
background-color: #5600AA;
}
.BgClassName
{
background-color: #5600AA;
}
</style>
border-color css
<style>
span { border-color: #5600AA; }
span { border-color: rgb(86,0,170); }
td.TdClassName
{
border-color: #5600AA;
}
.TagClassName
{
border-color: #5600AA;
}
</style>