Shades of Indigo #550574
Tints of Indigo #550574
RGB
CMYK
RGB Variations
Color information
#550574 (or 0x550574) is known color: Indigo. HEX triplet: 55, 05 and 74. RGB value is (85,5,116). Sum of RGB (Red+Green+Blue) = 85+5+116=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #550574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550574 is #AAFA8B. Grayscale: #292929. Windows color (decimal): -11205260 or 7603541. OLE color: 7603541.
HSL color Cylindrical-coordinate representation of color #550574: hue angle of 283.24º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550574 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 5 | 116 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.55 |
| HSL | 283.24º | 0.92% | 0.24% | - |
| HSV(B) | 283.24º | 0.96% | 0.45% | - |
| XYZ | 6.95 | 3.3 | 16.79 | - |
| YUV | 41.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 116 | 0.27 | 0.96 | 0 | 0.55 | 283.24 | 0.92 | 0.24 |
| Hex | 55 | 5 | 74 | 1B | 60 | 0 | 37 | 11B | 5C | 18 |
| Octal | 125 | 5 | 164 | 33 | 140 | 0 | 67 | 433 | 134 | 30 |
| Binary | 1010101 | 101 | 1110100 | 11011 | 1100000 | 0 | 110111 | 100011011 | 1011100 | 11000 |
Color Harmonies of #550574
Complementary color
Monochromatic Colors of #550574
Black with #550574
Text Example
Text Example
White with #550574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550574; }
p { color: rgb(85,5,116); }
H1.HeaderClassName
{
color: #550574;
}
.AnyTagClassName
{
color: #550574;
}
</style>
background-color css
<style>
a { background-color: #550574; }
a { background-color: rgb(85,5,116); }
div.DivClassName
{
background-color: #550574;
}
.BgClassName
{
background-color: #550574;
}
</style>
border-color css
<style>
span { border-color: #550574; }
span { border-color: rgb(85,5,116); }
td.TdClassName
{
border-color: #550574;
}
.TagClassName
{
border-color: #550574;
}
</style>