Shades of Indigo #5305AA
Tints of Indigo #5305AA
RGB
CMYK
RGB Variations
Color information
#5305AA (or 0x5305AA) is known color: Indigo. HEX triplet: 53, 05 and AA. RGB value is (83,5,170). Sum of RGB (Red+Green+Blue) = 83+5+170=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5305AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5305AA is #ACFA55. Grayscale: #2E2E2E. Windows color (decimal): -11336278 or 11142483. OLE color: 11142483.
HSL color Cylindrical-coordinate representation of color #5305AA: hue angle of 268.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5305AA is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 5 | 170 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.33 |
| HSL | 268.36º | 0.94% | 0.34% | - |
| HSV(B) | 268.36º | 0.97% | 0.67% | - |
| XYZ | 10.88 | 4.85 | 38.39 | - |
| YUV | 47.13 | 197.34 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 170 | 0.51 | 0.97 | 0 | 0.33 | 268.36 | 0.94 | 0.34 |
| Hex | 53 | 5 | AA | 33 | 61 | 0 | 21 | 10C | 5E | 22 |
| Octal | 123 | 5 | 252 | 63 | 141 | 0 | 41 | 414 | 136 | 42 |
| Binary | 1010011 | 101 | 10101010 | 110011 | 1100001 | 0 | 100001 | 100001100 | 1011110 | 100010 |
Color Harmonies of #5305AA
Complementary color
Monochromatic Colors of #5305AA
Black with #5305AA
Text Example
Text Example
White with #5305AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305AA; }
p { color: rgb(83,5,170); }
H1.HeaderClassName
{
color: #5305AA;
}
.AnyTagClassName
{
color: #5305AA;
}
</style>
background-color css
<style>
a { background-color: #5305AA; }
a { background-color: rgb(83,5,170); }
div.DivClassName
{
background-color: #5305AA;
}
.BgClassName
{
background-color: #5305AA;
}
</style>
border-color css
<style>
span { border-color: #5305AA; }
span { border-color: rgb(83,5,170); }
td.TdClassName
{
border-color: #5305AA;
}
.TagClassName
{
border-color: #5305AA;
}
</style>