Shades of Indigo #5B099C
Tints of Indigo #5B099C
RGB
CMYK
RGB Variations
Color information
#5B099C (or 0x5B099C) is known color: Indigo. HEX triplet: 5B, 09 and 9C. RGB value is (91,9,156). Sum of RGB (Red+Green+Blue) = 91+9+156=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B099C is #A4F663. Grayscale: #313131. Windows color (decimal): -10810980 or 10226011. OLE color: 10226011.
HSL color Cylindrical-coordinate representation of color #5B099C: hue angle of 273.47º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B099C is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 9 | 156 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.39 |
| HSL | 273.47º | 0.89% | 0.32% | - |
| HSV(B) | 273.47º | 0.94% | 0.61% | - |
| XYZ | 10.41 | 4.82 | 31.83 | - |
| YUV | 50.28 | 187.67 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 156 | 0.42 | 0.94 | 0 | 0.39 | 273.47 | 0.89 | 0.32 |
| Hex | 5B | 9 | 9C | 2A | 5E | 0 | 27 | 111 | 59 | 20 |
| Octal | 133 | 11 | 234 | 52 | 136 | 0 | 47 | 421 | 131 | 40 |
| Binary | 1011011 | 1001 | 10011100 | 101010 | 1011110 | 0 | 100111 | 100010001 | 1011001 | 100000 |
Color Harmonies of #5B099C
Complementary color
Monochromatic Colors of #5B099C
Black with #5B099C
Text Example
Text Example
White with #5B099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B099C; }
p { color: rgb(91,9,156); }
H1.HeaderClassName
{
color: #5B099C;
}
.AnyTagClassName
{
color: #5B099C;
}
</style>
background-color css
<style>
a { background-color: #5B099C; }
a { background-color: rgb(91,9,156); }
div.DivClassName
{
background-color: #5B099C;
}
.BgClassName
{
background-color: #5B099C;
}
</style>
border-color css
<style>
span { border-color: #5B099C; }
span { border-color: rgb(91,9,156); }
td.TdClassName
{
border-color: #5B099C;
}
.TagClassName
{
border-color: #5B099C;
}
</style>