Shades of Indigo #5605AC
Tints of Indigo #5605AC
RGB
CMYK
RGB Variations
Color information
#5605AC (or 0x5605AC) is known color: Indigo. HEX triplet: 56, 05 and AC. RGB value is (86,5,172). Sum of RGB (Red+Green+Blue) = 86+5+172=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #5605AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5605AC is #A9FA53. Grayscale: #2F2F2F. Windows color (decimal): -11139668 or 11273558. OLE color: 11273558.
HSL color Cylindrical-coordinate representation of color #5605AC: hue angle of 269.1º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5605AC is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 5 | 172 | - |
| CMYK | 0.5 | 0.97 | 0 | 0.33 |
| HSL | 269.1º | 0.94% | 0.35% | - |
| HSV(B) | 269.1º | 0.97% | 0.67% | - |
| XYZ | 11.34 | 5.07 | 39.41 | - |
| YUV | 48.26 | 197.84 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 172 | 0.5 | 0.97 | 0 | 0.33 | 269.1 | 0.94 | 0.35 |
| Hex | 56 | 5 | AC | 32 | 61 | 0 | 21 | 10D | 5E | 23 |
| Octal | 126 | 5 | 254 | 62 | 141 | 0 | 41 | 415 | 136 | 43 |
| Binary | 1010110 | 101 | 10101100 | 110010 | 1100001 | 0 | 100001 | 100001101 | 1011110 | 100011 |
Color Harmonies of #5605AC
Complementary color
Monochromatic Colors of #5605AC
Black with #5605AC
Text Example
Text Example
White with #5605AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5605AC; }
p { color: rgb(86,5,172); }
H1.HeaderClassName
{
color: #5605AC;
}
.AnyTagClassName
{
color: #5605AC;
}
</style>
background-color css
<style>
a { background-color: #5605AC; }
a { background-color: rgb(86,5,172); }
div.DivClassName
{
background-color: #5605AC;
}
.BgClassName
{
background-color: #5605AC;
}
</style>
border-color css
<style>
span { border-color: #5605AC; }
span { border-color: rgb(86,5,172); }
td.TdClassName
{
border-color: #5605AC;
}
.TagClassName
{
border-color: #5605AC;
}
</style>