Shades of Indigo #550562
Tints of Indigo #550562
RGB
CMYK
RGB Variations
Color information
#550562 (or 0x550562) is known color: Indigo. HEX triplet: 55, 05 and 62. RGB value is (85,5,98). Sum of RGB (Red+Green+Blue) = 85+5+98=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #550562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550562 is #AAFA9D. Grayscale: #272727. Windows color (decimal): -11205278 or 6423893. OLE color: 6423893.
HSL color Cylindrical-coordinate representation of color #550562: hue angle of 291.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550562 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 5 | 98 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.62 |
| HSL | 291.61º | 0.9% | 0.2% | - |
| HSV(B) | 291.61º | 0.95% | 0.38% | - |
| XYZ | 6.01 | 2.92 | 11.8 | - |
| YUV | 39.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 98 | 0.13 | 0.95 | 0 | 0.62 | 291.61 | 0.9 | 0.2 |
| Hex | 55 | 5 | 62 | D | 5F | 0 | 3E | 124 | 5A | 14 |
| Octal | 125 | 5 | 142 | 15 | 137 | 0 | 76 | 444 | 132 | 24 |
| Binary | 1010101 | 101 | 1100010 | 1101 | 1011111 | 0 | 111110 | 100100100 | 1011010 | 10100 |
Color Harmonies of #550562
Complementary color
Monochromatic Colors of #550562
Black with #550562
Text Example
Text Example
White with #550562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550562; }
p { color: rgb(85,5,98); }
H1.HeaderClassName
{
color: #550562;
}
.AnyTagClassName
{
color: #550562;
}
</style>
background-color css
<style>
a { background-color: #550562; }
a { background-color: rgb(85,5,98); }
div.DivClassName
{
background-color: #550562;
}
.BgClassName
{
background-color: #550562;
}
</style>
border-color css
<style>
span { border-color: #550562; }
span { border-color: rgb(85,5,98); }
td.TdClassName
{
border-color: #550562;
}
.TagClassName
{
border-color: #550562;
}
</style>