Shades of Indigo #550565
Tints of Indigo #550565
RGB
CMYK
RGB Variations
Color information
#550565 (or 0x550565) is known color: Indigo. HEX triplet: 55, 05 and 65. RGB value is (85,5,101). Sum of RGB (Red+Green+Blue) = 85+5+101=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #550565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550565 is #AAFA9A. Grayscale: #272727. Windows color (decimal): -11205275 or 6620501. OLE color: 6620501.
HSL color Cylindrical-coordinate representation of color #550565: hue angle of 290º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550565 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 5 | 101 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.60 |
| HSL | 290º | 0.91% | 0.21% | - |
| HSV(B) | 290º | 0.95% | 0.4% | - |
| XYZ | 6.15 | 2.98 | 12.56 | - |
| YUV | 39.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 101 | 0.16 | 0.95 | 0 | 0.60 | 290 | 0.91 | 0.21 |
| Hex | 55 | 5 | 65 | 10 | 5F | 0 | 3C | 122 | 5B | 15 |
| Octal | 125 | 5 | 145 | 20 | 137 | 0 | 74 | 442 | 133 | 25 |
| Binary | 1010101 | 101 | 1100101 | 10000 | 1011111 | 0 | 111100 | 100100010 | 1011011 | 10101 |
Color Harmonies of #550565
Complementary color
Monochromatic Colors of #550565
Black with #550565
Text Example
Text Example
White with #550565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550565; }
p { color: rgb(85,5,101); }
H1.HeaderClassName
{
color: #550565;
}
.AnyTagClassName
{
color: #550565;
}
</style>
background-color css
<style>
a { background-color: #550565; }
a { background-color: rgb(85,5,101); }
div.DivClassName
{
background-color: #550565;
}
.BgClassName
{
background-color: #550565;
}
</style>
border-color css
<style>
span { border-color: #550565; }
span { border-color: rgb(85,5,101); }
td.TdClassName
{
border-color: #550565;
}
.TagClassName
{
border-color: #550565;
}
</style>