Shades of Kingfisher Daisy #591C91
Tints of Kingfisher Daisy #591C91
RGB
CMYK
RGB Variations
Color information
#591C91 (or 0x591C91) is known color: Kingfisher Daisy. HEX triplet: 59, 1C and 91. RGB value is (89,28,145). Sum of RGB (Red+Green+Blue) = 89+28+145=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #591C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591C91 is #A6E36E. Grayscale: #3B3B3B. Windows color (decimal): -10937199 or 9509977. OLE color: 9509977.
HSL color Cylindrical-coordinate representation of color #591C91: hue angle of 271.28º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591C91 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 28 | 145 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.43 |
| HSL | 271.28º | 0.68% | 0.34% | - |
| HSV(B) | 271.28º | 0.81% | 0.57% | - |
| XYZ | 9.65 | 5 | 27.24 | - |
| YUV | 59.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 145 | 0.39 | 0.81 | 0 | 0.43 | 271.28 | 0.68 | 0.34 |
| Hex | 59 | 1C | 91 | 27 | 51 | 0 | 2B | 10F | 44 | 22 |
| Octal | 131 | 34 | 221 | 47 | 121 | 0 | 53 | 417 | 104 | 42 |
| Binary | 1011001 | 11100 | 10010001 | 100111 | 1010001 | 0 | 101011 | 100001111 | 1000100 | 100010 |
Color Harmonies of #591C91
Complementary color
Monochromatic Colors of #591C91
Black with #591C91
Text Example
Text Example
White with #591C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C91; }
p { color: rgb(89,28,145); }
H1.HeaderClassName
{
color: #591C91;
}
.AnyTagClassName
{
color: #591C91;
}
</style>
background-color css
<style>
a { background-color: #591C91; }
a { background-color: rgb(89,28,145); }
div.DivClassName
{
background-color: #591C91;
}
.BgClassName
{
background-color: #591C91;
}
</style>
border-color css
<style>
span { border-color: #591C91; }
span { border-color: rgb(89,28,145); }
td.TdClassName
{
border-color: #591C91;
}
.TagClassName
{
border-color: #591C91;
}
</style>