Shades of Indigo #5B089D
Tints of Indigo #5B089D
RGB
CMYK
RGB Variations
Color information
#5B089D (or 0x5B089D) is known color: Indigo. HEX triplet: 5B, 08 and 9D. RGB value is (91,8,157). Sum of RGB (Red+Green+Blue) = 91+8+157=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B089D is #A4F762. Grayscale: #313131. Windows color (decimal): -10811235 or 10291291. OLE color: 10291291.
HSL color Cylindrical-coordinate representation of color #5B089D: hue angle of 273.42º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B089D is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 8 | 157 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.38 |
| HSL | 273.42º | 0.9% | 0.32% | - |
| HSV(B) | 273.42º | 0.95% | 0.62% | - |
| XYZ | 10.49 | 4.83 | 32.28 | - |
| YUV | 49.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 157 | 0.42 | 0.95 | 0 | 0.38 | 273.42 | 0.9 | 0.32 |
| Hex | 5B | 8 | 9D | 2A | 5F | 0 | 26 | 111 | 5A | 20 |
| Octal | 133 | 10 | 235 | 52 | 137 | 0 | 46 | 421 | 132 | 40 |
| Binary | 1011011 | 1000 | 10011101 | 101010 | 1011111 | 0 | 100110 | 100010001 | 1011010 | 100000 |
Color Harmonies of #5B089D
Complementary color
Monochromatic Colors of #5B089D
Black with #5B089D
Text Example
Text Example
White with #5B089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B089D; }
p { color: rgb(91,8,157); }
H1.HeaderClassName
{
color: #5B089D;
}
.AnyTagClassName
{
color: #5B089D;
}
</style>
background-color css
<style>
a { background-color: #5B089D; }
a { background-color: rgb(91,8,157); }
div.DivClassName
{
background-color: #5B089D;
}
.BgClassName
{
background-color: #5B089D;
}
</style>
border-color css
<style>
span { border-color: #5B089D; }
span { border-color: rgb(91,8,157); }
td.TdClassName
{
border-color: #5B089D;
}
.TagClassName
{
border-color: #5B089D;
}
</style>