Shades of Indigo #5B076B
Tints of Indigo #5B076B
RGB
CMYK
RGB Variations
Color information
#5B076B (or 0x5B076B) is known color: Indigo. HEX triplet: 5B, 07 and 6B. RGB value is (91,7,107). Sum of RGB (Red+Green+Blue) = 91+7+107=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B076B is #A4F894. Grayscale: #2B2B2B. Windows color (decimal): -10811541 or 7014235. OLE color: 7014235.
HSL color Cylindrical-coordinate representation of color #5B076B: hue angle of 290.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B076B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 7 | 107 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.58 |
| HSL | 290.4º | 0.88% | 0.22% | - |
| HSV(B) | 290.4º | 0.93% | 0.42% | - |
| XYZ | 7.04 | 3.44 | 14.2 | - |
| YUV | 43.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 107 | 0.15 | 0.93 | 0 | 0.58 | 290.4 | 0.88 | 0.22 |
| Hex | 5B | 7 | 6B | F | 5D | 0 | 3A | 122 | 58 | 16 |
| Octal | 133 | 7 | 153 | 17 | 135 | 0 | 72 | 442 | 130 | 26 |
| Binary | 1011011 | 111 | 1101011 | 1111 | 1011101 | 0 | 111010 | 100100010 | 1011000 | 10110 |
Color Harmonies of #5B076B
Complementary color
Monochromatic Colors of #5B076B
Black with #5B076B
Text Example
Text Example
White with #5B076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B076B; }
p { color: rgb(91,7,107); }
H1.HeaderClassName
{
color: #5B076B;
}
.AnyTagClassName
{
color: #5B076B;
}
</style>
background-color css
<style>
a { background-color: #5B076B; }
a { background-color: rgb(91,7,107); }
div.DivClassName
{
background-color: #5B076B;
}
.BgClassName
{
background-color: #5B076B;
}
</style>
border-color css
<style>
span { border-color: #5B076B; }
span { border-color: rgb(91,7,107); }
td.TdClassName
{
border-color: #5B076B;
}
.TagClassName
{
border-color: #5B076B;
}
</style>