Shades of Indigo #5500AC
Tints of Indigo #5500AC
RGB
CMYK
RGB Variations
Color information
#5500AC (or 0x5500AC) is known color: Indigo. HEX triplet: 55, 00 and AC. RGB value is (85,0,172). Sum of RGB (Red+Green+Blue) = 85+0+172=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #5500AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500AC is #AAFF53. Grayscale: #2C2C2C. Windows color (decimal): -11206484 or 11272277. OLE color: 11272277.
HSL color Cylindrical-coordinate representation of color #5500AC: hue angle of 269.65º 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 #5500AC is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 0 | 172 | - |
| CMYK | 0.51 | 1 | 0 | 0.33 |
| HSL | 269.65º | 1% | 0.34% | - |
| HSV(B) | 269.65º | 1% | 0.67% | - |
| XYZ | 11.19 | 4.91 | 39.39 | - |
| YUV | 45.02 | 199.66 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 172 | 0.51 | 1 | 0 | 0.33 | 269.65 | 1 | 0.34 |
| Hex | 55 | 0 | AC | 33 | 64 | 0 | 21 | 10E | 64 | 22 |
| Octal | 125 | 0 | 254 | 63 | 144 | 0 | 41 | 416 | 144 | 42 |
| Binary | 1010101 | 0 | 10101100 | 110011 | 1100100 | 0 | 100001 | 100001110 | 1100100 | 100010 |
Color Harmonies of #5500AC
Complementary color
Monochromatic Colors of #5500AC
Black with #5500AC
Text Example
Text Example
White with #5500AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500AC; }
p { color: rgb(85,0,172); }
H1.HeaderClassName
{
color: #5500AC;
}
.AnyTagClassName
{
color: #5500AC;
}
</style>
background-color css
<style>
a { background-color: #5500AC; }
a { background-color: rgb(85,0,172); }
div.DivClassName
{
background-color: #5500AC;
}
.BgClassName
{
background-color: #5500AC;
}
</style>
border-color css
<style>
span { border-color: #5500AC; }
span { border-color: rgb(85,0,172); }
td.TdClassName
{
border-color: #5500AC;
}
.TagClassName
{
border-color: #5500AC;
}
</style>