Shades of Kingfisher Daisy #59287C
Tints of Kingfisher Daisy #59287C
RGB
CMYK
RGB Variations
Color information
#59287C (or 0x59287C) is known color: Kingfisher Daisy. HEX triplet: 59, 28 and 7C. RGB value is (89,40,124). Sum of RGB (Red+Green+Blue) = 89+40+124=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #59287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59287C is #A6D783. Grayscale: #3F3F3F. Windows color (decimal): -10934148 or 8136793. OLE color: 8136793.
HSL color Cylindrical-coordinate representation of color #59287C: hue angle of 275º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59287C is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 40 | 124 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.51 |
| HSL | 275º | 0.51% | 0.32% | - |
| HSV(B) | 275º | 0.68% | 0.49% | - |
| XYZ | 8.52 | 5.1 | 19.6 | - |
| YUV | 64.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 124 | 0.28 | 0.68 | 0 | 0.51 | 275 | 0.51 | 0.32 |
| Hex | 59 | 28 | 7C | 1C | 44 | 0 | 33 | 113 | 33 | 20 |
| Octal | 131 | 50 | 174 | 34 | 104 | 0 | 63 | 423 | 63 | 40 |
| Binary | 1011001 | 101000 | 1111100 | 11100 | 1000100 | 0 | 110011 | 100010011 | 110011 | 100000 |
Color Harmonies of #59287C
Complementary color
Monochromatic Colors of #59287C
Black with #59287C
Text Example
Text Example
White with #59287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59287C; }
p { color: rgb(89,40,124); }
H1.HeaderClassName
{
color: #59287C;
}
.AnyTagClassName
{
color: #59287C;
}
</style>
background-color css
<style>
a { background-color: #59287C; }
a { background-color: rgb(89,40,124); }
div.DivClassName
{
background-color: #59287C;
}
.BgClassName
{
background-color: #59287C;
}
</style>
border-color css
<style>
span { border-color: #59287C; }
span { border-color: rgb(89,40,124); }
td.TdClassName
{
border-color: #59287C;
}
.TagClassName
{
border-color: #59287C;
}
</style>