Shades of Kingfisher Daisy #591D80
Tints of Kingfisher Daisy #591D80
RGB
CMYK
RGB Variations
Color information
#591D80 (or 0x591D80) is known color: Kingfisher Daisy. HEX triplet: 59, 1D and 80. RGB value is (89,29,128). Sum of RGB (Red+Green+Blue) = 89+29+128=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #591D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591D80 is #A6E27F. Grayscale: #393939. Windows color (decimal): -10936960 or 8396121. OLE color: 8396121.
HSL color Cylindrical-coordinate representation of color #591D80: hue angle of 276.36º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591D80 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 29 | 128 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.50 |
| HSL | 276.36º | 0.63% | 0.31% | - |
| HSV(B) | 276.36º | 0.77% | 0.5% | - |
| XYZ | 8.46 | 4.56 | 20.86 | - |
| YUV | 58.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 128 | 0.30 | 0.77 | 0 | 0.50 | 276.36 | 0.63 | 0.31 |
| Hex | 59 | 1D | 80 | 1E | 4D | 0 | 32 | 114 | 3F | 1F |
| Octal | 131 | 35 | 200 | 36 | 115 | 0 | 62 | 424 | 77 | 37 |
| Binary | 1011001 | 11101 | 10000000 | 11110 | 1001101 | 0 | 110010 | 100010100 | 111111 | 11111 |
Color Harmonies of #591D80
Complementary color
Monochromatic Colors of #591D80
Black with #591D80
Text Example
Text Example
White with #591D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D80; }
p { color: rgb(89,29,128); }
H1.HeaderClassName
{
color: #591D80;
}
.AnyTagClassName
{
color: #591D80;
}
</style>
background-color css
<style>
a { background-color: #591D80; }
a { background-color: rgb(89,29,128); }
div.DivClassName
{
background-color: #591D80;
}
.BgClassName
{
background-color: #591D80;
}
</style>
border-color css
<style>
span { border-color: #591D80; }
span { border-color: rgb(89,29,128); }
td.TdClassName
{
border-color: #591D80;
}
.TagClassName
{
border-color: #591D80;
}
</style>