Shades of Indigo #5B096B
Tints of Indigo #5B096B
RGB
CMYK
RGB Variations
Color information
#5B096B (or 0x5B096B) is known color: Indigo. HEX triplet: 5B, 09 and 6B. RGB value is (91,9,107). Sum of RGB (Red+Green+Blue) = 91+9+107=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B096B is #A4F694. Grayscale: #2C2C2C. Windows color (decimal): -10811029 or 7014747. OLE color: 7014747.
HSL color Cylindrical-coordinate representation of color #5B096B: hue angle of 290.2º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B096B is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 9 | 107 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.58 |
| HSL | 290.2º | 0.84% | 0.23% | - |
| HSV(B) | 290.2º | 0.92% | 0.42% | - |
| XYZ | 7.07 | 3.48 | 14.21 | - |
| YUV | 44.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 107 | 0.15 | 0.92 | 0 | 0.58 | 290.2 | 0.84 | 0.23 |
| Hex | 5B | 9 | 6B | F | 5C | 0 | 3A | 122 | 54 | 17 |
| Octal | 133 | 11 | 153 | 17 | 134 | 0 | 72 | 442 | 124 | 27 |
| Binary | 1011011 | 1001 | 1101011 | 1111 | 1011100 | 0 | 111010 | 100100010 | 1010100 | 10111 |
Color Harmonies of #5B096B
Complementary color
Monochromatic Colors of #5B096B
Black with #5B096B
Text Example
Text Example
White with #5B096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B096B; }
p { color: rgb(91,9,107); }
H1.HeaderClassName
{
color: #5B096B;
}
.AnyTagClassName
{
color: #5B096B;
}
</style>
background-color css
<style>
a { background-color: #5B096B; }
a { background-color: rgb(91,9,107); }
div.DivClassName
{
background-color: #5B096B;
}
.BgClassName
{
background-color: #5B096B;
}
</style>
border-color css
<style>
span { border-color: #5B096B; }
span { border-color: rgb(91,9,107); }
td.TdClassName
{
border-color: #5B096B;
}
.TagClassName
{
border-color: #5B096B;
}
</style>