Shades of Kingfisher Daisy #591C90
Tints of Kingfisher Daisy #591C90
RGB
CMYK
RGB Variations
Color information
#591C90 (or 0x591C90) is known color: Kingfisher Daisy. HEX triplet: 59, 1C and 90. RGB value is (89,28,144). Sum of RGB (Red+Green+Blue) = 89+28+144=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #591C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591C90 is #A6E36F. Grayscale: #3B3B3B. Windows color (decimal): -10937200 or 9444441. OLE color: 9444441.
HSL color Cylindrical-coordinate representation of color #591C90: hue angle of 271.55º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591C90 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 28 | 144 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.44 |
| HSL | 271.55º | 0.67% | 0.34% | - |
| HSV(B) | 271.55º | 0.81% | 0.56% | - |
| XYZ | 9.57 | 4.97 | 26.84 | - |
| YUV | 59.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 144 | 0.38 | 0.81 | 0 | 0.44 | 271.55 | 0.67 | 0.34 |
| Hex | 59 | 1C | 90 | 26 | 51 | 0 | 2C | 110 | 43 | 22 |
| Octal | 131 | 34 | 220 | 46 | 121 | 0 | 54 | 420 | 103 | 42 |
| Binary | 1011001 | 11100 | 10010000 | 100110 | 1010001 | 0 | 101100 | 100010000 | 1000011 | 100010 |
Color Harmonies of #591C90
Complementary color
Monochromatic Colors of #591C90
Black with #591C90
Text Example
Text Example
White with #591C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C90; }
p { color: rgb(89,28,144); }
H1.HeaderClassName
{
color: #591C90;
}
.AnyTagClassName
{
color: #591C90;
}
</style>
background-color css
<style>
a { background-color: #591C90; }
a { background-color: rgb(89,28,144); }
div.DivClassName
{
background-color: #591C90;
}
.BgClassName
{
background-color: #591C90;
}
</style>
border-color css
<style>
span { border-color: #591C90; }
span { border-color: rgb(89,28,144); }
td.TdClassName
{
border-color: #591C90;
}
.TagClassName
{
border-color: #591C90;
}
</style>