Shades of Indigo #550886
Tints of Indigo #550886
RGB
CMYK
RGB Variations
Color information
#550886 (or 0x550886) is known color: Indigo. HEX triplet: 55, 08 and 86. RGB value is (85,8,134). Sum of RGB (Red+Green+Blue) = 85+8+134=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #550886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550886 is #AAF779. Grayscale: #2C2C2C. Windows color (decimal): -11204474 or 8783957. OLE color: 8783957.
HSL color Cylindrical-coordinate representation of color #550886: hue angle of 276.67º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550886 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 8 | 134 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.47 |
| HSL | 276.67º | 0.89% | 0.28% | - |
| HSV(B) | 276.67º | 0.94% | 0.53% | - |
| XYZ | 8.14 | 3.83 | 22.86 | - |
| YUV | 45.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 134 | 0.37 | 0.94 | 0 | 0.47 | 276.67 | 0.89 | 0.28 |
| Hex | 55 | 8 | 86 | 25 | 5E | 0 | 2F | 115 | 59 | 1C |
| Octal | 125 | 10 | 206 | 45 | 136 | 0 | 57 | 425 | 131 | 34 |
| Binary | 1010101 | 1000 | 10000110 | 100101 | 1011110 | 0 | 101111 | 100010101 | 1011001 | 11100 |
Color Harmonies of #550886
Complementary color
Monochromatic Colors of #550886
Black with #550886
Text Example
Text Example
White with #550886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550886; }
p { color: rgb(85,8,134); }
H1.HeaderClassName
{
color: #550886;
}
.AnyTagClassName
{
color: #550886;
}
</style>
background-color css
<style>
a { background-color: #550886; }
a { background-color: rgb(85,8,134); }
div.DivClassName
{
background-color: #550886;
}
.BgClassName
{
background-color: #550886;
}
</style>
border-color css
<style>
span { border-color: #550886; }
span { border-color: rgb(85,8,134); }
td.TdClassName
{
border-color: #550886;
}
.TagClassName
{
border-color: #550886;
}
</style>