Shades of Indigo #5500AD
Tints of Indigo #5500AD
RGB
CMYK
RGB Variations
Color information
#5500AD (or 0x5500AD) is known color: Indigo. HEX triplet: 55, 00 and AD. RGB value is (85,0,173). Sum of RGB (Red+Green+Blue) = 85+0+173=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #5500AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500AD is #AAFF52. Grayscale: #2C2C2C. Windows color (decimal): -11206483 or 11337813. OLE color: 11337813.
HSL color Cylindrical-coordinate representation of color #5500AD: hue angle of 269.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500AD is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 0 | 173 | - |
| CMYK | 0.51 | 1 | 0 | 0.32 |
| HSL | 269.48º | 1% | 0.34% | - |
| HSV(B) | 269.48º | 1% | 0.68% | - |
| XYZ | 11.29 | 4.95 | 39.9 | - |
| YUV | 45.14 | 200.16 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 173 | 0.51 | 1 | 0 | 0.32 | 269.48 | 1 | 0.34 |
| Hex | 55 | 0 | AD | 33 | 64 | 0 | 20 | 10D | 64 | 22 |
| Octal | 125 | 0 | 255 | 63 | 144 | 0 | 40 | 415 | 144 | 42 |
| Binary | 1010101 | 0 | 10101101 | 110011 | 1100100 | 0 | 100000 | 100001101 | 1100100 | 100010 |
Color Harmonies of #5500AD
Complementary color
Monochromatic Colors of #5500AD
Black with #5500AD
Text Example
Text Example
White with #5500AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500AD; }
p { color: rgb(85,0,173); }
H1.HeaderClassName
{
color: #5500AD;
}
.AnyTagClassName
{
color: #5500AD;
}
</style>
background-color css
<style>
a { background-color: #5500AD; }
a { background-color: rgb(85,0,173); }
div.DivClassName
{
background-color: #5500AD;
}
.BgClassName
{
background-color: #5500AD;
}
</style>
border-color css
<style>
span { border-color: #5500AD; }
span { border-color: rgb(85,0,173); }
td.TdClassName
{
border-color: #5500AD;
}
.TagClassName
{
border-color: #5500AD;
}
</style>