Shades of Kingfisher Daisy #591A91
Tints of Kingfisher Daisy #591A91
RGB
CMYK
RGB Variations
Color information
#591A91 (or 0x591A91) is known color: Kingfisher Daisy. HEX triplet: 59, 1A and 91. RGB value is (89,26,145). Sum of RGB (Red+Green+Blue) = 89+26+145=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #591A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A91 is #A6E56E. Grayscale: #393939. Windows color (decimal): -10937711 or 9509465. OLE color: 9509465.
HSL color Cylindrical-coordinate representation of color #591A91: hue angle of 271.76º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591A91 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 26 | 145 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.43 |
| HSL | 271.76º | 0.7% | 0.34% | - |
| HSV(B) | 271.76º | 0.82% | 0.57% | - |
| XYZ | 9.6 | 4.91 | 27.23 | - |
| YUV | 58.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 145 | 0.39 | 0.82 | 0 | 0.43 | 271.76 | 0.7 | 0.34 |
| Hex | 59 | 1A | 91 | 27 | 52 | 0 | 2B | 110 | 46 | 22 |
| Octal | 131 | 32 | 221 | 47 | 122 | 0 | 53 | 420 | 106 | 42 |
| Binary | 1011001 | 11010 | 10010001 | 100111 | 1010010 | 0 | 101011 | 100010000 | 1000110 | 100010 |
Color Harmonies of #591A91
Complementary color
Monochromatic Colors of #591A91
Black with #591A91
Text Example
Text Example
White with #591A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A91; }
p { color: rgb(89,26,145); }
H1.HeaderClassName
{
color: #591A91;
}
.AnyTagClassName
{
color: #591A91;
}
</style>
background-color css
<style>
a { background-color: #591A91; }
a { background-color: rgb(89,26,145); }
div.DivClassName
{
background-color: #591A91;
}
.BgClassName
{
background-color: #591A91;
}
</style>
border-color css
<style>
span { border-color: #591A91; }
span { border-color: rgb(89,26,145); }
td.TdClassName
{
border-color: #591A91;
}
.TagClassName
{
border-color: #591A91;
}
</style>