Shades of Indigo #5603AE
Tints of Indigo #5603AE
RGB
CMYK
RGB Variations
Color information
#5603AE (or 0x5603AE) is known color: Indigo. HEX triplet: 56, 03 and AE. RGB value is (86,3,174). Sum of RGB (Red+Green+Blue) = 86+3+174=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #5603AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5603AE is #A9FC51. Grayscale: #2E2E2E. Windows color (decimal): -11140178 or 11404118. OLE color: 11404118.
HSL color Cylindrical-coordinate representation of color #5603AE: hue angle of 269.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5603AE is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 3 | 174 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.32 |
| HSL | 269.12º | 0.97% | 0.35% | - |
| HSV(B) | 269.12º | 0.98% | 0.68% | - |
| XYZ | 11.51 | 5.1 | 40.42 | - |
| YUV | 47.31 | 199.5 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 174 | 0.51 | 0.98 | 0 | 0.32 | 269.12 | 0.97 | 0.35 |
| Hex | 56 | 3 | AE | 33 | 62 | 0 | 20 | 10D | 61 | 23 |
| Octal | 126 | 3 | 256 | 63 | 142 | 0 | 40 | 415 | 141 | 43 |
| Binary | 1010110 | 11 | 10101110 | 110011 | 1100010 | 0 | 100000 | 100001101 | 1100001 | 100011 |
Color Harmonies of #5603AE
Complementary color
Monochromatic Colors of #5603AE
Black with #5603AE
Text Example
Text Example
White with #5603AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5603AE; }
p { color: rgb(86,3,174); }
H1.HeaderClassName
{
color: #5603AE;
}
.AnyTagClassName
{
color: #5603AE;
}
</style>
background-color css
<style>
a { background-color: #5603AE; }
a { background-color: rgb(86,3,174); }
div.DivClassName
{
background-color: #5603AE;
}
.BgClassName
{
background-color: #5603AE;
}
</style>
border-color css
<style>
span { border-color: #5603AE; }
span { border-color: rgb(86,3,174); }
td.TdClassName
{
border-color: #5603AE;
}
.TagClassName
{
border-color: #5603AE;
}
</style>