Shades of Indigo #5304AC
Tints of Indigo #5304AC
RGB
CMYK
RGB Variations
Color information
#5304AC (or 0x5304AC) is known color: Indigo. HEX triplet: 53, 04 and AC. RGB value is (83,4,172). Sum of RGB (Red+Green+Blue) = 83+4+172=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #5304AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5304AC is #ACFB53. Grayscale: #2E2E2E. Windows color (decimal): -11336532 or 11273299. OLE color: 11273299.
HSL color Cylindrical-coordinate representation of color #5304AC: hue angle of 268.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304AC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 4 | 172 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.33 |
| HSL | 268.21º | 0.95% | 0.35% | - |
| HSV(B) | 268.21º | 0.98% | 0.67% | - |
| XYZ | 11.06 | 4.9 | 39.39 | - |
| YUV | 46.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 172 | 0.52 | 0.98 | 0 | 0.33 | 268.21 | 0.95 | 0.35 |
| Hex | 53 | 4 | AC | 34 | 62 | 0 | 21 | 10C | 5F | 23 |
| Octal | 123 | 4 | 254 | 64 | 142 | 0 | 41 | 414 | 137 | 43 |
| Binary | 1010011 | 100 | 10101100 | 110100 | 1100010 | 0 | 100001 | 100001100 | 1011111 | 100011 |
Color Harmonies of #5304AC
Complementary color
Monochromatic Colors of #5304AC
Black with #5304AC
Text Example
Text Example
White with #5304AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5304AC; }
p { color: rgb(83,4,172); }
H1.HeaderClassName
{
color: #5304AC;
}
.AnyTagClassName
{
color: #5304AC;
}
</style>
background-color css
<style>
a { background-color: #5304AC; }
a { background-color: rgb(83,4,172); }
div.DivClassName
{
background-color: #5304AC;
}
.BgClassName
{
background-color: #5304AC;
}
</style>
border-color css
<style>
span { border-color: #5304AC; }
span { border-color: rgb(83,4,172); }
td.TdClassName
{
border-color: #5304AC;
}
.TagClassName
{
border-color: #5304AC;
}
</style>