Shades of Indigo #5600AE
Tints of Indigo #5600AE
RGB
CMYK
RGB Variations
Color information
#5600AE (or 0x5600AE) is known color: Indigo. HEX triplet: 56, 00 and AE. RGB value is (86,0,174). Sum of RGB (Red+Green+Blue) = 86+0+174=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #5600AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5600AE is #A9FF51. Grayscale: #2C2C2C. Windows color (decimal): -11140946 or 11403350. OLE color: 11403350.
HSL color Cylindrical-coordinate representation of color #5600AE: hue angle of 269.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600AE is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 0 | 174 | - |
| CMYK | 0.51 | 1 | 0 | 0.32 |
| HSL | 269.66º | 1% | 0.34% | - |
| HSV(B) | 269.66º | 1% | 0.68% | - |
| XYZ | 11.48 | 5.03 | 40.41 | - |
| YUV | 45.55 | 200.49 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 174 | 0.51 | 1 | 0 | 0.32 | 269.66 | 1 | 0.34 |
| Hex | 56 | 0 | AE | 33 | 64 | 0 | 20 | 10E | 64 | 22 |
| Octal | 126 | 0 | 256 | 63 | 144 | 0 | 40 | 416 | 144 | 42 |
| Binary | 1010110 | 0 | 10101110 | 110011 | 1100100 | 0 | 100000 | 100001110 | 1100100 | 100010 |
Color Harmonies of #5600AE
Complementary color
Monochromatic Colors of #5600AE
Black with #5600AE
Text Example
Text Example
White with #5600AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600AE; }
p { color: rgb(86,0,174); }
H1.HeaderClassName
{
color: #5600AE;
}
.AnyTagClassName
{
color: #5600AE;
}
</style>
background-color css
<style>
a { background-color: #5600AE; }
a { background-color: rgb(86,0,174); }
div.DivClassName
{
background-color: #5600AE;
}
.BgClassName
{
background-color: #5600AE;
}
</style>
border-color css
<style>
span { border-color: #5600AE; }
span { border-color: rgb(86,0,174); }
td.TdClassName
{
border-color: #5600AE;
}
.TagClassName
{
border-color: #5600AE;
}
</style>