Shades of Indigo #5B089B
Tints of Indigo #5B089B
RGB
CMYK
RGB Variations
Color information
#5B089B (or 0x5B089B) is known color: Indigo. HEX triplet: 5B, 08 and 9B. RGB value is (91,8,155). Sum of RGB (Red+Green+Blue) = 91+8+155=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B089B is #A4F764. Grayscale: #313131. Windows color (decimal): -10811237 or 10160219. OLE color: 10160219.
HSL color Cylindrical-coordinate representation of color #5B089B: hue angle of 273.88º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B089B is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 8 | 155 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.39 |
| HSL | 273.88º | 0.9% | 0.32% | - |
| HSV(B) | 273.88º | 0.95% | 0.61% | - |
| XYZ | 10.32 | 4.76 | 31.39 | - |
| YUV | 49.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 155 | 0.41 | 0.95 | 0 | 0.39 | 273.88 | 0.9 | 0.32 |
| Hex | 5B | 8 | 9B | 29 | 5F | 0 | 27 | 112 | 5A | 20 |
| Octal | 133 | 10 | 233 | 51 | 137 | 0 | 47 | 422 | 132 | 40 |
| Binary | 1011011 | 1000 | 10011011 | 101001 | 1011111 | 0 | 100111 | 100010010 | 1011010 | 100000 |
Color Harmonies of #5B089B
Complementary color
Monochromatic Colors of #5B089B
Black with #5B089B
Text Example
Text Example
White with #5B089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B089B; }
p { color: rgb(91,8,155); }
H1.HeaderClassName
{
color: #5B089B;
}
.AnyTagClassName
{
color: #5B089B;
}
</style>
background-color css
<style>
a { background-color: #5B089B; }
a { background-color: rgb(91,8,155); }
div.DivClassName
{
background-color: #5B089B;
}
.BgClassName
{
background-color: #5B089B;
}
</style>
border-color css
<style>
span { border-color: #5B089B; }
span { border-color: rgb(91,8,155); }
td.TdClassName
{
border-color: #5B089B;
}
.TagClassName
{
border-color: #5B089B;
}
</style>