Shades of Kingfisher Daisy #59208D
Tints of Kingfisher Daisy #59208D
RGB
CMYK
RGB Variations
Color information
#59208D (or 0x59208D) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 8D. RGB value is (89,32,141). Sum of RGB (Red+Green+Blue) = 89+32+141=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #59208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59208D is #A6DF72. Grayscale: #3D3D3D. Windows color (decimal): -10936179 or 9248857. OLE color: 9248857.
HSL color Cylindrical-coordinate representation of color #59208D: hue angle of 271.38º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #59208D is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 32 | 141 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.45 |
| HSL | 271.38º | 0.63% | 0.34% | - |
| HSV(B) | 271.38º | 0.77% | 0.55% | - |
| XYZ | 9.44 | 5.08 | 25.68 | - |
| YUV | 61.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 141 | 0.37 | 0.77 | 0 | 0.45 | 271.38 | 0.63 | 0.34 |
| Hex | 59 | 20 | 8D | 25 | 4D | 0 | 2D | 10F | 3F | 22 |
| Octal | 131 | 40 | 215 | 45 | 115 | 0 | 55 | 417 | 77 | 42 |
| Binary | 1011001 | 100000 | 10001101 | 100101 | 1001101 | 0 | 101101 | 100001111 | 111111 | 100010 |
Color Harmonies of #59208D
Complementary color
Monochromatic Colors of #59208D
Black with #59208D
Text Example
Text Example
White with #59208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59208D; }
p { color: rgb(89,32,141); }
H1.HeaderClassName
{
color: #59208D;
}
.AnyTagClassName
{
color: #59208D;
}
</style>
background-color css
<style>
a { background-color: #59208D; }
a { background-color: rgb(89,32,141); }
div.DivClassName
{
background-color: #59208D;
}
.BgClassName
{
background-color: #59208D;
}
</style>
border-color css
<style>
span { border-color: #59208D; }
span { border-color: rgb(89,32,141); }
td.TdClassName
{
border-color: #59208D;
}
.TagClassName
{
border-color: #59208D;
}
</style>