Shades of Indigo #5B168B
Tints of Indigo #5B168B
RGB
CMYK
RGB Variations
Color information
#5B168B (or 0x5B168B) is known color: Indigo. HEX triplet: 5B, 16 and 8B. RGB value is (91,22,139). Sum of RGB (Red+Green+Blue) = 91+22+139=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B168B is #A4E974. Grayscale: #373737. Windows color (decimal): -10807669 or 9115227. OLE color: 9115227.
HSL color Cylindrical-coordinate representation of color #5B168B: hue angle of 275.38º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B168B is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 22 | 139 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.45 |
| HSL | 275.38º | 0.73% | 0.32% | - |
| HSV(B) | 275.38º | 0.84% | 0.55% | - |
| XYZ | 9.26 | 4.66 | 24.84 | - |
| YUV | 55.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 139 | 0.35 | 0.84 | 0 | 0.45 | 275.38 | 0.73 | 0.32 |
| Hex | 5B | 16 | 8B | 23 | 54 | 0 | 2D | 113 | 49 | 20 |
| Octal | 133 | 26 | 213 | 43 | 124 | 0 | 55 | 423 | 111 | 40 |
| Binary | 1011011 | 10110 | 10001011 | 100011 | 1010100 | 0 | 101101 | 100010011 | 1001001 | 100000 |
Color Harmonies of #5B168B
Complementary color
Monochromatic Colors of #5B168B
Black with #5B168B
Text Example
Text Example
White with #5B168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B168B; }
p { color: rgb(91,22,139); }
H1.HeaderClassName
{
color: #5B168B;
}
.AnyTagClassName
{
color: #5B168B;
}
</style>
background-color css
<style>
a { background-color: #5B168B; }
a { background-color: rgb(91,22,139); }
div.DivClassName
{
background-color: #5B168B;
}
.BgClassName
{
background-color: #5B168B;
}
</style>
border-color css
<style>
span { border-color: #5B168B; }
span { border-color: rgb(91,22,139); }
td.TdClassName
{
border-color: #5B168B;
}
.TagClassName
{
border-color: #5B168B;
}
</style>