Shades of Indigo #5B1090
Tints of Indigo #5B1090
RGB
CMYK
RGB Variations
Color information
#5B1090 (or 0x5B1090) is known color: Indigo. HEX triplet: 5B, 10 and 90. RGB value is (91,16,144). Sum of RGB (Red+Green+Blue) = 91+16+144=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B1090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1090 is #A4EF6F. Grayscale: #343434. Windows color (decimal): -10809200 or 9441371. OLE color: 9441371.
HSL color Cylindrical-coordinate representation of color #5B1090: hue angle of 275.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1090 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 16 | 144 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.44 |
| HSL | 275.16º | 0.8% | 0.31% | - |
| HSV(B) | 275.16º | 0.89% | 0.56% | - |
| XYZ | 9.53 | 4.61 | 26.77 | - |
| YUV | 53.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 144 | 0.37 | 0.89 | 0 | 0.44 | 275.16 | 0.8 | 0.31 |
| Hex | 5B | 10 | 90 | 25 | 59 | 0 | 2C | 113 | 50 | 1F |
| Octal | 133 | 20 | 220 | 45 | 131 | 0 | 54 | 423 | 120 | 37 |
| Binary | 1011011 | 10000 | 10010000 | 100101 | 1011001 | 0 | 101100 | 100010011 | 1010000 | 11111 |
Color Harmonies of #5B1090
Complementary color
Monochromatic Colors of #5B1090
Black with #5B1090
Text Example
Text Example
White with #5B1090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1090; }
p { color: rgb(91,16,144); }
H1.HeaderClassName
{
color: #5B1090;
}
.AnyTagClassName
{
color: #5B1090;
}
</style>
background-color css
<style>
a { background-color: #5B1090; }
a { background-color: rgb(91,16,144); }
div.DivClassName
{
background-color: #5B1090;
}
.BgClassName
{
background-color: #5B1090;
}
</style>
border-color css
<style>
span { border-color: #5B1090; }
span { border-color: rgb(91,16,144); }
td.TdClassName
{
border-color: #5B1090;
}
.TagClassName
{
border-color: #5B1090;
}
</style>