Shades of Indigo #5B0676
Tints of Indigo #5B0676
RGB
CMYK
RGB Variations
Color information
#5B0676 (or 0x5B0676) is known color: Indigo. HEX triplet: 5B, 06 and 76. RGB value is (91,6,118). Sum of RGB (Red+Green+Blue) = 91+6+118=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B0676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0676 is #A4F989. Grayscale: #2B2B2B. Windows color (decimal): -10811786 or 7734875. OLE color: 7734875.
HSL color Cylindrical-coordinate representation of color #5B0676: hue angle of 285.54º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0676 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 6 | 118 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.54 |
| HSL | 285.54º | 0.9% | 0.24% | - |
| HSV(B) | 285.54º | 0.95% | 0.46% | - |
| XYZ | 7.65 | 3.66 | 17.44 | - |
| YUV | 44.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 118 | 0.23 | 0.95 | 0 | 0.54 | 285.54 | 0.9 | 0.24 |
| Hex | 5B | 6 | 76 | 17 | 5F | 0 | 36 | 11E | 5A | 18 |
| Octal | 133 | 6 | 166 | 27 | 137 | 0 | 66 | 436 | 132 | 30 |
| Binary | 1011011 | 110 | 1110110 | 10111 | 1011111 | 0 | 110110 | 100011110 | 1011010 | 11000 |
Color Harmonies of #5B0676
Complementary color
Monochromatic Colors of #5B0676
Black with #5B0676
Text Example
Text Example
White with #5B0676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0676; }
p { color: rgb(91,6,118); }
H1.HeaderClassName
{
color: #5B0676;
}
.AnyTagClassName
{
color: #5B0676;
}
</style>
background-color css
<style>
a { background-color: #5B0676; }
a { background-color: rgb(91,6,118); }
div.DivClassName
{
background-color: #5B0676;
}
.BgClassName
{
background-color: #5B0676;
}
</style>
border-color css
<style>
span { border-color: #5B0676; }
span { border-color: rgb(91,6,118); }
td.TdClassName
{
border-color: #5B0676;
}
.TagClassName
{
border-color: #5B0676;
}
</style>