Shades of Indigo #550677
Tints of Indigo #550677
RGB
CMYK
RGB Variations
Color information
#550677 (or 0x550677) is known color: Indigo. HEX triplet: 55, 06 and 77. RGB value is (85,6,119). Sum of RGB (Red+Green+Blue) = 85+6+119=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #550677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550677 is #AAF988. Grayscale: #2A2A2A. Windows color (decimal): -11205001 or 7800405. OLE color: 7800405.
HSL color Cylindrical-coordinate representation of color #550677: hue angle of 281.95º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550677 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 6 | 119 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.53 |
| HSL | 281.95º | 0.9% | 0.25% | - |
| HSV(B) | 281.95º | 0.95% | 0.47% | - |
| XYZ | 7.14 | 3.39 | 17.73 | - |
| YUV | 42.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 119 | 0.29 | 0.95 | 0 | 0.53 | 281.95 | 0.9 | 0.25 |
| Hex | 55 | 6 | 77 | 1D | 5F | 0 | 35 | 11A | 5A | 19 |
| Octal | 125 | 6 | 167 | 35 | 137 | 0 | 65 | 432 | 132 | 31 |
| Binary | 1010101 | 110 | 1110111 | 11101 | 1011111 | 0 | 110101 | 100011010 | 1011010 | 11001 |
Color Harmonies of #550677
Complementary color
Monochromatic Colors of #550677
Black with #550677
Text Example
Text Example
White with #550677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550677; }
p { color: rgb(85,6,119); }
H1.HeaderClassName
{
color: #550677;
}
.AnyTagClassName
{
color: #550677;
}
</style>
background-color css
<style>
a { background-color: #550677; }
a { background-color: rgb(85,6,119); }
div.DivClassName
{
background-color: #550677;
}
.BgClassName
{
background-color: #550677;
}
</style>
border-color css
<style>
span { border-color: #550677; }
span { border-color: rgb(85,6,119); }
td.TdClassName
{
border-color: #550677;
}
.TagClassName
{
border-color: #550677;
}
</style>