Shades of Kingfisher Daisy #591A86
Tints of Kingfisher Daisy #591A86
RGB
CMYK
RGB Variations
Color information
#591A86 (or 0x591A86) is known color: Kingfisher Daisy. HEX triplet: 59, 1A and 86. RGB value is (89,26,134). Sum of RGB (Red+Green+Blue) = 89+26+134=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #591A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A86 is #A6E579. Grayscale: #383838. Windows color (decimal): -10937722 or 8788569. OLE color: 8788569.
HSL color Cylindrical-coordinate representation of color #591A86: hue angle of 275º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591A86 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 26 | 134 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.47 |
| HSL | 275º | 0.68% | 0.31% | - |
| HSV(B) | 275º | 0.81% | 0.53% | - |
| XYZ | 8.79 | 4.58 | 22.98 | - |
| YUV | 57.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 134 | 0.34 | 0.81 | 0 | 0.47 | 275 | 0.68 | 0.31 |
| Hex | 59 | 1A | 86 | 22 | 51 | 0 | 2F | 113 | 44 | 1F |
| Octal | 131 | 32 | 206 | 42 | 121 | 0 | 57 | 423 | 104 | 37 |
| Binary | 1011001 | 11010 | 10000110 | 100010 | 1010001 | 0 | 101111 | 100010011 | 1000100 | 11111 |
Color Harmonies of #591A86
Complementary color
Monochromatic Colors of #591A86
Black with #591A86
Text Example
Text Example
White with #591A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A86; }
p { color: rgb(89,26,134); }
H1.HeaderClassName
{
color: #591A86;
}
.AnyTagClassName
{
color: #591A86;
}
</style>
background-color css
<style>
a { background-color: #591A86; }
a { background-color: rgb(89,26,134); }
div.DivClassName
{
background-color: #591A86;
}
.BgClassName
{
background-color: #591A86;
}
</style>
border-color css
<style>
span { border-color: #591A86; }
span { border-color: rgb(89,26,134); }
td.TdClassName
{
border-color: #591A86;
}
.TagClassName
{
border-color: #591A86;
}
</style>