Shades of Indigo #5306AC
Tints of Indigo #5306AC
RGB
CMYK
RGB Variations
Color information
#5306AC (or 0x5306AC) is known color: Indigo. HEX triplet: 53, 06 and AC. RGB value is (83,6,172). Sum of RGB (Red+Green+Blue) = 83+6+172=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #5306AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5306AC is #ACF953. Grayscale: #2F2F2F. Windows color (decimal): -11336020 or 11273811. OLE color: 11273811.
HSL color Cylindrical-coordinate representation of color #5306AC: hue angle of 267.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5306AC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 6 | 172 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.33 |
| HSL | 267.83º | 0.93% | 0.35% | - |
| HSV(B) | 267.83º | 0.97% | 0.67% | - |
| XYZ | 11.08 | 4.95 | 39.4 | - |
| YUV | 47.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 172 | 0.52 | 0.97 | 0 | 0.33 | 267.83 | 0.93 | 0.35 |
| Hex | 53 | 6 | AC | 34 | 61 | 0 | 21 | 10C | 5D | 23 |
| Octal | 123 | 6 | 254 | 64 | 141 | 0 | 41 | 414 | 135 | 43 |
| Binary | 1010011 | 110 | 10101100 | 110100 | 1100001 | 0 | 100001 | 100001100 | 1011101 | 100011 |
Color Harmonies of #5306AC
Complementary color
Monochromatic Colors of #5306AC
Black with #5306AC
Text Example
Text Example
White with #5306AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5306AC; }
p { color: rgb(83,6,172); }
H1.HeaderClassName
{
color: #5306AC;
}
.AnyTagClassName
{
color: #5306AC;
}
</style>
background-color css
<style>
a { background-color: #5306AC; }
a { background-color: rgb(83,6,172); }
div.DivClassName
{
background-color: #5306AC;
}
.BgClassName
{
background-color: #5306AC;
}
</style>
border-color css
<style>
span { border-color: #5306AC; }
span { border-color: rgb(83,6,172); }
td.TdClassName
{
border-color: #5306AC;
}
.TagClassName
{
border-color: #5306AC;
}
</style>