Shades of Indigo #5B056A
Tints of Indigo #5B056A
RGB
CMYK
RGB Variations
Color information
#5B056A (or 0x5B056A) is known color: Indigo. HEX triplet: 5B, 05 and 6A. RGB value is (91,5,106). Sum of RGB (Red+Green+Blue) = 91+5+106=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B056A is #A4FA95. Grayscale: #292929. Windows color (decimal): -10812054 or 6948187. OLE color: 6948187.
HSL color Cylindrical-coordinate representation of color #5B056A: hue angle of 291.09º 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 #5B056A is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 5 | 106 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.58 |
| HSL | 291.09º | 0.91% | 0.22% | - |
| HSV(B) | 291.09º | 0.95% | 0.42% | - |
| XYZ | 6.97 | 3.37 | 13.92 | - |
| YUV | 42.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 106 | 0.14 | 0.95 | 0 | 0.58 | 291.09 | 0.91 | 0.22 |
| Hex | 5B | 5 | 6A | E | 5F | 0 | 3A | 123 | 5B | 16 |
| Octal | 133 | 5 | 152 | 16 | 137 | 0 | 72 | 443 | 133 | 26 |
| Binary | 1011011 | 101 | 1101010 | 1110 | 1011111 | 0 | 111010 | 100100011 | 1011011 | 10110 |
Color Harmonies of #5B056A
Complementary color
Monochromatic Colors of #5B056A
Black with #5B056A
Text Example
Text Example
White with #5B056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B056A; }
p { color: rgb(91,5,106); }
H1.HeaderClassName
{
color: #5B056A;
}
.AnyTagClassName
{
color: #5B056A;
}
</style>
background-color css
<style>
a { background-color: #5B056A; }
a { background-color: rgb(91,5,106); }
div.DivClassName
{
background-color: #5B056A;
}
.BgClassName
{
background-color: #5B056A;
}
</style>
border-color css
<style>
span { border-color: #5B056A; }
span { border-color: rgb(91,5,106); }
td.TdClassName
{
border-color: #5B056A;
}
.TagClassName
{
border-color: #5B056A;
}
</style>