Shades of Indigo #53056B
Tints of Indigo #53056B
RGB
CMYK
RGB Variations
Color information
#53056B (or 0x53056B) is known color: Indigo. HEX triplet: 53, 05 and 6B. RGB value is (83,5,107). Sum of RGB (Red+Green+Blue) = 83+5+107=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #53056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53056B is #ACFA94. Grayscale: #272727. Windows color (decimal): -11336341 or 7013715. OLE color: 7013715.
HSL color Cylindrical-coordinate representation of color #53056B: hue angle of 285.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53056B is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 5 | 107 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.58 |
| HSL | 285.88º | 0.91% | 0.22% | - |
| HSV(B) | 285.88º | 0.95% | 0.42% | - |
| XYZ | 6.28 | 3.01 | 14.16 | - |
| YUV | 39.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 107 | 0.22 | 0.95 | 0 | 0.58 | 285.88 | 0.91 | 0.22 |
| Hex | 53 | 5 | 6B | 16 | 5F | 0 | 3A | 11E | 5B | 16 |
| Octal | 123 | 5 | 153 | 26 | 137 | 0 | 72 | 436 | 133 | 26 |
| Binary | 1010011 | 101 | 1101011 | 10110 | 1011111 | 0 | 111010 | 100011110 | 1011011 | 10110 |
Color Harmonies of #53056B
Complementary color
Monochromatic Colors of #53056B
Black with #53056B
Text Example
Text Example
White with #53056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53056B; }
p { color: rgb(83,5,107); }
H1.HeaderClassName
{
color: #53056B;
}
.AnyTagClassName
{
color: #53056B;
}
</style>
background-color css
<style>
a { background-color: #53056B; }
a { background-color: rgb(83,5,107); }
div.DivClassName
{
background-color: #53056B;
}
.BgClassName
{
background-color: #53056B;
}
</style>
border-color css
<style>
span { border-color: #53056B; }
span { border-color: rgb(83,5,107); }
td.TdClassName
{
border-color: #53056B;
}
.TagClassName
{
border-color: #53056B;
}
</style>