Shades of Indigo #5908AA
Tints of Indigo #5908AA
RGB
CMYK
RGB Variations
Color information
#5908AA (or 0x5908AA) is known color: Indigo. HEX triplet: 59, 08 and AA. RGB value is (89,8,170). Sum of RGB (Red+Green+Blue) = 89+8+170=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 8 (3.52% from 255 or 3.00% 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 #5908AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5908AA is #A6F755. Grayscale: #323232. Windows color (decimal): -10942294 or 11143257. OLE color: 11143257.
HSL color Cylindrical-coordinate representation of color #5908AA: hue angle of 270º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5908AA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 8 | 170 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.33 |
| HSL | 270º | 0.91% | 0.35% | - |
| HSV(B) | 270º | 0.95% | 0.67% | - |
| XYZ | 11.46 | 5.2 | 38.43 | - |
| YUV | 50.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 170 | 0.48 | 0.95 | 0 | 0.33 | 270 | 0.91 | 0.35 |
| Hex | 59 | 8 | AA | 30 | 5F | 0 | 21 | 10E | 5B | 23 |
| Octal | 131 | 10 | 252 | 60 | 137 | 0 | 41 | 416 | 133 | 43 |
| Binary | 1011001 | 1000 | 10101010 | 110000 | 1011111 | 0 | 100001 | 100001110 | 1011011 | 100011 |
Color Harmonies of #5908AA
Complementary color
Monochromatic Colors of #5908AA
Black with #5908AA
Text Example
Text Example
White with #5908AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5908AA; }
p { color: rgb(89,8,170); }
H1.HeaderClassName
{
color: #5908AA;
}
.AnyTagClassName
{
color: #5908AA;
}
</style>
background-color css
<style>
a { background-color: #5908AA; }
a { background-color: rgb(89,8,170); }
div.DivClassName
{
background-color: #5908AA;
}
.BgClassName
{
background-color: #5908AA;
}
</style>
border-color css
<style>
span { border-color: #5908AA; }
span { border-color: rgb(89,8,170); }
td.TdClassName
{
border-color: #5908AA;
}
.TagClassName
{
border-color: #5908AA;
}
</style>