Shades of Indigo #5508AA
Tints of Indigo #5508AA
RGB
CMYK
RGB Variations
Color information
#5508AA (or 0x5508AA) is known color: Indigo. HEX triplet: 55, 08 and AA. RGB value is (85,8,170). Sum of RGB (Red+Green+Blue) = 85+8+170=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #5508AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5508AA is #AAF755. Grayscale: #303030. Windows color (decimal): -11204438 or 11143253. OLE color: 11143253.
HSL color Cylindrical-coordinate representation of color #5508AA: hue angle of 268.52º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5508AA is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 8 | 170 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.33 |
| HSL | 268.52º | 0.91% | 0.35% | - |
| HSV(B) | 268.52º | 0.95% | 0.67% | - |
| XYZ | 11.09 | 5.01 | 38.41 | - |
| YUV | 49.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 170 | 0.50 | 0.95 | 0 | 0.33 | 268.52 | 0.91 | 0.35 |
| Hex | 55 | 8 | AA | 32 | 5F | 0 | 21 | 10D | 5B | 23 |
| Octal | 125 | 10 | 252 | 62 | 137 | 0 | 41 | 415 | 133 | 43 |
| Binary | 1010101 | 1000 | 10101010 | 110010 | 1011111 | 0 | 100001 | 100001101 | 1011011 | 100011 |
Color Harmonies of #5508AA
Complementary color
Monochromatic Colors of #5508AA
Black with #5508AA
Text Example
Text Example
White with #5508AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508AA; }
p { color: rgb(85,8,170); }
H1.HeaderClassName
{
color: #5508AA;
}
.AnyTagClassName
{
color: #5508AA;
}
</style>
background-color css
<style>
a { background-color: #5508AA; }
a { background-color: rgb(85,8,170); }
div.DivClassName
{
background-color: #5508AA;
}
.BgClassName
{
background-color: #5508AA;
}
</style>
border-color css
<style>
span { border-color: #5508AA; }
span { border-color: rgb(85,8,170); }
td.TdClassName
{
border-color: #5508AA;
}
.TagClassName
{
border-color: #5508AA;
}
</style>