Shades of Indigo #55056C
Tints of Indigo #55056C
RGB
CMYK
RGB Variations
Color information
#55056C (or 0x55056C) is known color: Indigo. HEX triplet: 55, 05 and 6C. RGB value is (85,5,108). Sum of RGB (Red+Green+Blue) = 85+5+108=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #55056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55056C is #AAFA93. Grayscale: #282828. Windows color (decimal): -11205268 or 7079253. OLE color: 7079253.
HSL color Cylindrical-coordinate representation of color #55056C: hue angle of 286.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55056C is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 5 | 108 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.58 |
| HSL | 286.6º | 0.91% | 0.22% | - |
| HSV(B) | 286.6º | 0.95% | 0.42% | - |
| XYZ | 6.51 | 3.12 | 14.45 | - |
| YUV | 40.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 108 | 0.21 | 0.95 | 0 | 0.58 | 286.6 | 0.91 | 0.22 |
| Hex | 55 | 5 | 6C | 15 | 5F | 0 | 3A | 11F | 5B | 16 |
| Octal | 125 | 5 | 154 | 25 | 137 | 0 | 72 | 437 | 133 | 26 |
| Binary | 1010101 | 101 | 1101100 | 10101 | 1011111 | 0 | 111010 | 100011111 | 1011011 | 10110 |
Color Harmonies of #55056C
Complementary color
Monochromatic Colors of #55056C
Black with #55056C
Text Example
Text Example
White with #55056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55056C; }
p { color: rgb(85,5,108); }
H1.HeaderClassName
{
color: #55056C;
}
.AnyTagClassName
{
color: #55056C;
}
</style>
background-color css
<style>
a { background-color: #55056C; }
a { background-color: rgb(85,5,108); }
div.DivClassName
{
background-color: #55056C;
}
.BgClassName
{
background-color: #55056C;
}
</style>
border-color css
<style>
span { border-color: #55056C; }
span { border-color: rgb(85,5,108); }
td.TdClassName
{
border-color: #55056C;
}
.TagClassName
{
border-color: #55056C;
}
</style>