Shades of Kingfisher Daisy #59208E
Tints of Kingfisher Daisy #59208E
RGB
CMYK
RGB Variations
Color information
#59208E (or 0x59208E) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 8E. RGB value is (89,32,142). Sum of RGB (Red+Green+Blue) = 89+32+142=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #59208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59208E is #A6DF71. Grayscale: #3D3D3D. Windows color (decimal): -10936178 or 9314393. OLE color: 9314393.
HSL color Cylindrical-coordinate representation of color #59208E: hue angle of 271.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #59208E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 32 | 142 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.44 |
| HSL | 271.09º | 0.63% | 0.34% | - |
| HSV(B) | 271.09º | 0.77% | 0.56% | - |
| XYZ | 9.52 | 5.11 | 26.08 | - |
| YUV | 61.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 142 | 0.37 | 0.77 | 0 | 0.44 | 271.09 | 0.63 | 0.34 |
| Hex | 59 | 20 | 8E | 25 | 4D | 0 | 2C | 10F | 3F | 22 |
| Octal | 131 | 40 | 216 | 45 | 115 | 0 | 54 | 417 | 77 | 42 |
| Binary | 1011001 | 100000 | 10001110 | 100101 | 1001101 | 0 | 101100 | 100001111 | 111111 | 100010 |
Color Harmonies of #59208E
Complementary color
Monochromatic Colors of #59208E
Black with #59208E
Text Example
Text Example
White with #59208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59208E; }
p { color: rgb(89,32,142); }
H1.HeaderClassName
{
color: #59208E;
}
.AnyTagClassName
{
color: #59208E;
}
</style>
background-color css
<style>
a { background-color: #59208E; }
a { background-color: rgb(89,32,142); }
div.DivClassName
{
background-color: #59208E;
}
.BgClassName
{
background-color: #59208E;
}
</style>
border-color css
<style>
span { border-color: #59208E; }
span { border-color: rgb(89,32,142); }
td.TdClassName
{
border-color: #59208E;
}
.TagClassName
{
border-color: #59208E;
}
</style>