Shades of Indigo #5300AE
Tints of Indigo #5300AE
RGB
CMYK
RGB Variations
Color information
#5300AE (or 0x5300AE) is known color: Indigo. HEX triplet: 53, 00 and AE. RGB value is (83,0,174). Sum of RGB (Red+Green+Blue) = 83+0+174=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #5300AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5300AE is #ACFF51. Grayscale: #2C2C2C. Windows color (decimal): -11337554 or 11403347. OLE color: 11403347.
HSL color Cylindrical-coordinate representation of color #5300AE: hue angle of 268.62º 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 #5300AE is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 0 | 174 | - |
| CMYK | 0.52 | 1 | 0 | 0.32 |
| HSL | 268.62º | 1% | 0.34% | - |
| HSV(B) | 268.62º | 1% | 0.68% | - |
| XYZ | 11.21 | 4.89 | 40.4 | - |
| YUV | 44.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 174 | 0.52 | 1 | 0 | 0.32 | 268.62 | 1 | 0.34 |
| Hex | 53 | 0 | AE | 34 | 64 | 0 | 20 | 10D | 64 | 22 |
| Octal | 123 | 0 | 256 | 64 | 144 | 0 | 40 | 415 | 144 | 42 |
| Binary | 1010011 | 0 | 10101110 | 110100 | 1100100 | 0 | 100000 | 100001101 | 1100100 | 100010 |
Color Harmonies of #5300AE
Complementary color
Monochromatic Colors of #5300AE
Black with #5300AE
Text Example
Text Example
White with #5300AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300AE; }
p { color: rgb(83,0,174); }
H1.HeaderClassName
{
color: #5300AE;
}
.AnyTagClassName
{
color: #5300AE;
}
</style>
background-color css
<style>
a { background-color: #5300AE; }
a { background-color: rgb(83,0,174); }
div.DivClassName
{
background-color: #5300AE;
}
.BgClassName
{
background-color: #5300AE;
}
</style>
border-color css
<style>
span { border-color: #5300AE; }
span { border-color: rgb(83,0,174); }
td.TdClassName
{
border-color: #5300AE;
}
.TagClassName
{
border-color: #5300AE;
}
</style>