Shades of Indigo #5A0568
Tints of Indigo #5A0568
RGB
CMYK
RGB Variations
Color information
#5A0568 (or 0x5A0568) is known color: Indigo. HEX triplet: 5A, 05 and 68. RGB value is (90,5,104). Sum of RGB (Red+Green+Blue) = 90+5+104=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0568 is #A5FA97. Grayscale: #292929. Windows color (decimal): -10877592 or 6817114. OLE color: 6817114.
HSL color Cylindrical-coordinate representation of color #5A0568: hue angle of 291.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0568 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 5 | 104 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.59 |
| HSL | 291.52º | 0.91% | 0.21% | - |
| HSV(B) | 291.52º | 0.95% | 0.41% | - |
| XYZ | 6.77 | 3.28 | 13.37 | - |
| YUV | 41.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 104 | 0.13 | 0.95 | 0 | 0.59 | 291.52 | 0.91 | 0.21 |
| Hex | 5A | 5 | 68 | D | 5F | 0 | 3B | 124 | 5B | 15 |
| Octal | 132 | 5 | 150 | 15 | 137 | 0 | 73 | 444 | 133 | 25 |
| Binary | 1011010 | 101 | 1101000 | 1101 | 1011111 | 0 | 111011 | 100100100 | 1011011 | 10101 |
Color Harmonies of #5A0568
Complementary color
Monochromatic Colors of #5A0568
Black with #5A0568
Text Example
Text Example
White with #5A0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0568; }
p { color: rgb(90,5,104); }
H1.HeaderClassName
{
color: #5A0568;
}
.AnyTagClassName
{
color: #5A0568;
}
</style>
background-color css
<style>
a { background-color: #5A0568; }
a { background-color: rgb(90,5,104); }
div.DivClassName
{
background-color: #5A0568;
}
.BgClassName
{
background-color: #5A0568;
}
</style>
border-color css
<style>
span { border-color: #5A0568; }
span { border-color: rgb(90,5,104); }
td.TdClassName
{
border-color: #5A0568;
}
.TagClassName
{
border-color: #5A0568;
}
</style>