Shades of Kingfisher Daisy #591E91
Tints of Kingfisher Daisy #591E91
RGB
CMYK
RGB Variations
Color information
#591E91 (or 0x591E91) is known color: Kingfisher Daisy. HEX triplet: 59, 1E and 91. RGB value is (89,30,145). Sum of RGB (Red+Green+Blue) = 89+30+145=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #591E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591E91 is #A6E16E. Grayscale: #3C3C3C. Windows color (decimal): -10936687 or 9510489. OLE color: 9510489.
HSL color Cylindrical-coordinate representation of color #591E91: hue angle of 270.78º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591E91 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 30 | 145 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.43 |
| HSL | 270.78º | 0.66% | 0.34% | - |
| HSV(B) | 270.78º | 0.79% | 0.57% | - |
| XYZ | 9.69 | 5.1 | 27.26 | - |
| YUV | 60.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 145 | 0.39 | 0.79 | 0 | 0.43 | 270.78 | 0.66 | 0.34 |
| Hex | 59 | 1E | 91 | 27 | 4F | 0 | 2B | 10F | 42 | 22 |
| Octal | 131 | 36 | 221 | 47 | 117 | 0 | 53 | 417 | 102 | 42 |
| Binary | 1011001 | 11110 | 10010001 | 100111 | 1001111 | 0 | 101011 | 100001111 | 1000010 | 100010 |
Color Harmonies of #591E91
Complementary color
Monochromatic Colors of #591E91
Black with #591E91
Text Example
Text Example
White with #591E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E91; }
p { color: rgb(89,30,145); }
H1.HeaderClassName
{
color: #591E91;
}
.AnyTagClassName
{
color: #591E91;
}
</style>
background-color css
<style>
a { background-color: #591E91; }
a { background-color: rgb(89,30,145); }
div.DivClassName
{
background-color: #591E91;
}
.BgClassName
{
background-color: #591E91;
}
</style>
border-color css
<style>
span { border-color: #591E91; }
span { border-color: rgb(89,30,145); }
td.TdClassName
{
border-color: #591E91;
}
.TagClassName
{
border-color: #591E91;
}
</style>