Shades of Kingfisher Daisy #591F90
Tints of Kingfisher Daisy #591F90
RGB
CMYK
RGB Variations
Color information
#591F90 (or 0x591F90) is known color: Kingfisher Daisy. HEX triplet: 59, 1F and 90. RGB value is (89,31,144). Sum of RGB (Red+Green+Blue) = 89+31+144=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #591F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591F90 is #A6E06F. Grayscale: #3C3C3C. Windows color (decimal): -10936432 or 9445209. OLE color: 9445209.
HSL color Cylindrical-coordinate representation of color #591F90: hue angle of 270.8º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591F90 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 31 | 144 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.44 |
| HSL | 270.8º | 0.65% | 0.34% | - |
| HSV(B) | 270.8º | 0.78% | 0.56% | - |
| XYZ | 9.64 | 5.12 | 26.87 | - |
| YUV | 61.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 144 | 0.38 | 0.78 | 0 | 0.44 | 270.8 | 0.65 | 0.34 |
| Hex | 59 | 1F | 90 | 26 | 4E | 0 | 2C | 10F | 41 | 22 |
| Octal | 131 | 37 | 220 | 46 | 116 | 0 | 54 | 417 | 101 | 42 |
| Binary | 1011001 | 11111 | 10010000 | 100110 | 1001110 | 0 | 101100 | 100001111 | 1000001 | 100010 |
Color Harmonies of #591F90
Complementary color
Monochromatic Colors of #591F90
Black with #591F90
Text Example
Text Example
White with #591F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F90; }
p { color: rgb(89,31,144); }
H1.HeaderClassName
{
color: #591F90;
}
.AnyTagClassName
{
color: #591F90;
}
</style>
background-color css
<style>
a { background-color: #591F90; }
a { background-color: rgb(89,31,144); }
div.DivClassName
{
background-color: #591F90;
}
.BgClassName
{
background-color: #591F90;
}
</style>
border-color css
<style>
span { border-color: #591F90; }
span { border-color: rgb(89,31,144); }
td.TdClassName
{
border-color: #591F90;
}
.TagClassName
{
border-color: #591F90;
}
</style>