Shades of Indigo #5A168E
Tints of Indigo #5A168E
RGB
CMYK
RGB Variations
Color information
#5A168E (or 0x5A168E) is known color: Indigo. HEX triplet: 5A, 16 and 8E. RGB value is (90,22,142). Sum of RGB (Red+Green+Blue) = 90+22+142=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A168E is #A5E971. Grayscale: #373737. Windows color (decimal): -10873202 or 9311834. OLE color: 9311834.
HSL color Cylindrical-coordinate representation of color #5A168E: hue angle of 274º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A168E is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 22 | 142 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.44 |
| HSL | 274º | 0.73% | 0.32% | - |
| HSV(B) | 274º | 0.85% | 0.56% | - |
| XYZ | 9.39 | 4.7 | 26 | - |
| YUV | 56.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 142 | 0.37 | 0.85 | 0 | 0.44 | 274 | 0.73 | 0.32 |
| Hex | 5A | 16 | 8E | 25 | 55 | 0 | 2C | 112 | 49 | 20 |
| Octal | 132 | 26 | 216 | 45 | 125 | 0 | 54 | 422 | 111 | 40 |
| Binary | 1011010 | 10110 | 10001110 | 100101 | 1010101 | 0 | 101100 | 100010010 | 1001001 | 100000 |
Color Harmonies of #5A168E
Complementary color
Monochromatic Colors of #5A168E
Black with #5A168E
Text Example
Text Example
White with #5A168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A168E; }
p { color: rgb(90,22,142); }
H1.HeaderClassName
{
color: #5A168E;
}
.AnyTagClassName
{
color: #5A168E;
}
</style>
background-color css
<style>
a { background-color: #5A168E; }
a { background-color: rgb(90,22,142); }
div.DivClassName
{
background-color: #5A168E;
}
.BgClassName
{
background-color: #5A168E;
}
</style>
border-color css
<style>
span { border-color: #5A168E; }
span { border-color: rgb(90,22,142); }
td.TdClassName
{
border-color: #5A168E;
}
.TagClassName
{
border-color: #5A168E;
}
</style>