Shades of Indigo #5602AA
Tints of Indigo #5602AA
RGB
CMYK
RGB Variations
Color information
#5602AA (or 0x5602AA) is known color: Indigo. HEX triplet: 56, 02 and AA. RGB value is (86,2,170). Sum of RGB (Red+Green+Blue) = 86+2+170=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5602AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5602AA is #A9FD55. Grayscale: #2D2D2D. Windows color (decimal): -11140438 or 11141718. OLE color: 11141718.
HSL color Cylindrical-coordinate representation of color #5602AA: hue angle of 270º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602AA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 2 | 170 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.33 |
| HSL | 270º | 0.98% | 0.34% | - |
| HSV(B) | 270º | 0.99% | 0.67% | - |
| XYZ | 11.12 | 4.92 | 38.39 | - |
| YUV | 46.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 170 | 0.49 | 0.99 | 0 | 0.33 | 270 | 0.98 | 0.34 |
| Hex | 56 | 2 | AA | 31 | 63 | 0 | 21 | 10E | 62 | 22 |
| Octal | 126 | 2 | 252 | 61 | 143 | 0 | 41 | 416 | 142 | 42 |
| Binary | 1010110 | 10 | 10101010 | 110001 | 1100011 | 0 | 100001 | 100001110 | 1100010 | 100010 |
Color Harmonies of #5602AA
Complementary color
Monochromatic Colors of #5602AA
Black with #5602AA
Text Example
Text Example
White with #5602AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5602AA; }
p { color: rgb(86,2,170); }
H1.HeaderClassName
{
color: #5602AA;
}
.AnyTagClassName
{
color: #5602AA;
}
</style>
background-color css
<style>
a { background-color: #5602AA; }
a { background-color: rgb(86,2,170); }
div.DivClassName
{
background-color: #5602AA;
}
.BgClassName
{
background-color: #5602AA;
}
</style>
border-color css
<style>
span { border-color: #5602AA; }
span { border-color: rgb(86,2,170); }
td.TdClassName
{
border-color: #5602AA;
}
.TagClassName
{
border-color: #5602AA;
}
</style>