Shades of Kingfisher Daisy #591C87
Tints of Kingfisher Daisy #591C87
RGB
CMYK
RGB Variations
Color information
#591C87 (or 0x591C87) is known color: Kingfisher Daisy. HEX triplet: 59, 1C and 87. RGB value is (89,28,135). Sum of RGB (Red+Green+Blue) = 89+28+135=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #591C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591C87 is #A6E378. Grayscale: #3A3A3A. Windows color (decimal): -10937209 or 8854617. OLE color: 8854617.
HSL color Cylindrical-coordinate representation of color #591C87: hue angle of 274.21º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591C87 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 28 | 135 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.47 |
| HSL | 274.21º | 0.66% | 0.32% | - |
| HSV(B) | 274.21º | 0.79% | 0.53% | - |
| XYZ | 8.91 | 4.7 | 23.36 | - |
| YUV | 58.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 135 | 0.34 | 0.79 | 0 | 0.47 | 274.21 | 0.66 | 0.32 |
| Hex | 59 | 1C | 87 | 22 | 4F | 0 | 2F | 112 | 42 | 20 |
| Octal | 131 | 34 | 207 | 42 | 117 | 0 | 57 | 422 | 102 | 40 |
| Binary | 1011001 | 11100 | 10000111 | 100010 | 1001111 | 0 | 101111 | 100010010 | 1000010 | 100000 |
Color Harmonies of #591C87
Complementary color
Monochromatic Colors of #591C87
Black with #591C87
Text Example
Text Example
White with #591C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C87; }
p { color: rgb(89,28,135); }
H1.HeaderClassName
{
color: #591C87;
}
.AnyTagClassName
{
color: #591C87;
}
</style>
background-color css
<style>
a { background-color: #591C87; }
a { background-color: rgb(89,28,135); }
div.DivClassName
{
background-color: #591C87;
}
.BgClassName
{
background-color: #591C87;
}
</style>
border-color css
<style>
span { border-color: #591C87; }
span { border-color: rgb(89,28,135); }
td.TdClassName
{
border-color: #591C87;
}
.TagClassName
{
border-color: #591C87;
}
</style>