Shades of Kingfisher Daisy #591D91
Tints of Kingfisher Daisy #591D91
RGB
CMYK
RGB Variations
Color information
#591D91 (or 0x591D91) is known color: Kingfisher Daisy. HEX triplet: 59, 1D and 91. RGB value is (89,29,145). Sum of RGB (Red+Green+Blue) = 89+29+145=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #591D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591D91 is #A6E26E. Grayscale: #3B3B3B. Windows color (decimal): -10936943 or 9510233. OLE color: 9510233.
HSL color Cylindrical-coordinate representation of color #591D91: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591D91 is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 29 | 145 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.43 |
| HSL | 271.03º | 0.67% | 0.34% | - |
| HSV(B) | 271.03º | 0.8% | 0.57% | - |
| XYZ | 9.67 | 5.05 | 27.25 | - |
| YUV | 60.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 145 | 0.39 | 0.8 | 0 | 0.43 | 271.03 | 0.67 | 0.34 |
| Hex | 59 | 1D | 91 | 27 | 50 | 0 | 2B | 10F | 43 | 22 |
| Octal | 131 | 35 | 221 | 47 | 120 | 0 | 53 | 417 | 103 | 42 |
| Binary | 1011001 | 11101 | 10010001 | 100111 | 1010000 | 0 | 101011 | 100001111 | 1000011 | 100010 |
Color Harmonies of #591D91
Complementary color
Monochromatic Colors of #591D91
Black with #591D91
Text Example
Text Example
White with #591D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D91; }
p { color: rgb(89,29,145); }
H1.HeaderClassName
{
color: #591D91;
}
.AnyTagClassName
{
color: #591D91;
}
</style>
background-color css
<style>
a { background-color: #591D91; }
a { background-color: rgb(89,29,145); }
div.DivClassName
{
background-color: #591D91;
}
.BgClassName
{
background-color: #591D91;
}
</style>
border-color css
<style>
span { border-color: #591D91; }
span { border-color: rgb(89,29,145); }
td.TdClassName
{
border-color: #591D91;
}
.TagClassName
{
border-color: #591D91;
}
</style>