Shades of Indigo #5600AF
Tints of Indigo #5600AF
RGB
CMYK
RGB Variations
Color information
#5600AF (or 0x5600AF) is known color: Indigo. HEX triplet: 56, 00 and AF. RGB value is (86,0,175). Sum of RGB (Red+Green+Blue) = 86+0+175=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #5600AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5600AF is #A9FF50. Grayscale: #2D2D2D. Windows color (decimal): -11140945 or 11468886. OLE color: 11468886.
HSL color Cylindrical-coordinate representation of color #5600AF: hue angle of 269.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600AF is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 0 | 175 | - |
| CMYK | 0.51 | 1 | 0 | 0.31 |
| HSL | 269.49º | 1% | 0.34% | - |
| HSV(B) | 269.49º | 1% | 0.69% | - |
| XYZ | 11.58 | 5.07 | 40.93 | - |
| YUV | 45.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 175 | 0.51 | 1 | 0 | 0.31 | 269.49 | 1 | 0.34 |
| Hex | 56 | 0 | AF | 33 | 64 | 0 | 1F | 10D | 64 | 22 |
| Octal | 126 | 0 | 257 | 63 | 144 | 0 | 37 | 415 | 144 | 42 |
| Binary | 1010110 | 0 | 10101111 | 110011 | 1100100 | 0 | 11111 | 100001101 | 1100100 | 100010 |
Color Harmonies of #5600AF
Complementary color
Monochromatic Colors of #5600AF
Black with #5600AF
Text Example
Text Example
White with #5600AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5600AF; }
p { color: rgb(86,0,175); }
H1.HeaderClassName
{
color: #5600AF;
}
.AnyTagClassName
{
color: #5600AF;
}
</style>
background-color css
<style>
a { background-color: #5600AF; }
a { background-color: rgb(86,0,175); }
div.DivClassName
{
background-color: #5600AF;
}
.BgClassName
{
background-color: #5600AF;
}
</style>
border-color css
<style>
span { border-color: #5600AF; }
span { border-color: rgb(86,0,175); }
td.TdClassName
{
border-color: #5600AF;
}
.TagClassName
{
border-color: #5600AF;
}
</style>