Shades of Indigo #551086
Tints of Indigo #551086
RGB
CMYK
RGB Variations
Color information
#551086 (or 0x551086) is known color: Indigo. HEX triplet: 55, 10 and 86. RGB value is (85,16,134). Sum of RGB (Red+Green+Blue) = 85+16+134=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #551086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551086 is #AAEF79. Grayscale: #313131. Windows color (decimal): -11202426 or 8786005. OLE color: 8786005.
HSL color Cylindrical-coordinate representation of color #551086: hue angle of 275.08º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551086 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 16 | 134 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.47 |
| HSL | 275.08º | 0.79% | 0.29% | - |
| HSV(B) | 275.08º | 0.88% | 0.53% | - |
| XYZ | 8.23 | 4.02 | 22.9 | - |
| YUV | 50.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 134 | 0.37 | 0.88 | 0 | 0.47 | 275.08 | 0.79 | 0.29 |
| Hex | 55 | 10 | 86 | 25 | 58 | 0 | 2F | 113 | 4F | 1D |
| Octal | 125 | 20 | 206 | 45 | 130 | 0 | 57 | 423 | 117 | 35 |
| Binary | 1010101 | 10000 | 10000110 | 100101 | 1011000 | 0 | 101111 | 100010011 | 1001111 | 11101 |
Color Harmonies of #551086
Complementary color
Monochromatic Colors of #551086
Black with #551086
Text Example
Text Example
White with #551086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551086; }
p { color: rgb(85,16,134); }
H1.HeaderClassName
{
color: #551086;
}
.AnyTagClassName
{
color: #551086;
}
</style>
background-color css
<style>
a { background-color: #551086; }
a { background-color: rgb(85,16,134); }
div.DivClassName
{
background-color: #551086;
}
.BgClassName
{
background-color: #551086;
}
</style>
border-color css
<style>
span { border-color: #551086; }
span { border-color: rgb(85,16,134); }
td.TdClassName
{
border-color: #551086;
}
.TagClassName
{
border-color: #551086;
}
</style>