Shades of Indigo #5B06AA
Tints of Indigo #5B06AA
RGB
CMYK
RGB Variations
Color information
#5B06AA (or 0x5B06AA) is known color: Indigo. HEX triplet: 5B, 06 and AA. RGB value is (91,6,170). Sum of RGB (Red+Green+Blue) = 91+6+170=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B06AA is #A4F955. Grayscale: #313131. Windows color (decimal): -10811734 or 11142747. OLE color: 11142747.
HSL color Cylindrical-coordinate representation of color #5B06AA: hue angle of 271.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B06AA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 6 | 170 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.33 |
| HSL | 271.1º | 0.93% | 0.35% | - |
| HSV(B) | 271.1º | 0.96% | 0.67% | - |
| XYZ | 11.64 | 5.26 | 38.43 | - |
| YUV | 50.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 170 | 0.46 | 0.96 | 0 | 0.33 | 271.1 | 0.93 | 0.35 |
| Hex | 5B | 6 | AA | 2E | 60 | 0 | 21 | 10F | 5D | 23 |
| Octal | 133 | 6 | 252 | 56 | 140 | 0 | 41 | 417 | 135 | 43 |
| Binary | 1011011 | 110 | 10101010 | 101110 | 1100000 | 0 | 100001 | 100001111 | 1011101 | 100011 |
Color Harmonies of #5B06AA
Complementary color
Monochromatic Colors of #5B06AA
Black with #5B06AA
Text Example
Text Example
White with #5B06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06AA; }
p { color: rgb(91,6,170); }
H1.HeaderClassName
{
color: #5B06AA;
}
.AnyTagClassName
{
color: #5B06AA;
}
</style>
background-color css
<style>
a { background-color: #5B06AA; }
a { background-color: rgb(91,6,170); }
div.DivClassName
{
background-color: #5B06AA;
}
.BgClassName
{
background-color: #5B06AA;
}
</style>
border-color css
<style>
span { border-color: #5B06AA; }
span { border-color: rgb(91,6,170); }
td.TdClassName
{
border-color: #5B06AA;
}
.TagClassName
{
border-color: #5B06AA;
}
</style>