Shades of Kingfisher Daisy #59258C
Tints of Kingfisher Daisy #59258C
RGB
CMYK
RGB Variations
Color information
#59258C (or 0x59258C) is known color: Kingfisher Daisy. HEX triplet: 59, 25 and 8C. RGB value is (89,37,140). Sum of RGB (Red+Green+Blue) = 89+37+140=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #59258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59258C is #A6DA73. Grayscale: #3F3F3F. Windows color (decimal): -10934900 or 9184601. OLE color: 9184601.
HSL color Cylindrical-coordinate representation of color #59258C: hue angle of 270.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59258C is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 37 | 140 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.45 |
| HSL | 270.29º | 0.58% | 0.35% | - |
| HSV(B) | 270.29º | 0.74% | 0.55% | - |
| XYZ | 9.52 | 5.34 | 25.34 | - |
| YUV | 64.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 140 | 0.36 | 0.74 | 0 | 0.45 | 270.29 | 0.58 | 0.35 |
| Hex | 59 | 25 | 8C | 24 | 4A | 0 | 2D | 10E | 3A | 23 |
| Octal | 131 | 45 | 214 | 44 | 112 | 0 | 55 | 416 | 72 | 43 |
| Binary | 1011001 | 100101 | 10001100 | 100100 | 1001010 | 0 | 101101 | 100001110 | 111010 | 100011 |
Color Harmonies of #59258C
Complementary color
Monochromatic Colors of #59258C
Black with #59258C
Text Example
Text Example
White with #59258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59258C; }
p { color: rgb(89,37,140); }
H1.HeaderClassName
{
color: #59258C;
}
.AnyTagClassName
{
color: #59258C;
}
</style>
background-color css
<style>
a { background-color: #59258C; }
a { background-color: rgb(89,37,140); }
div.DivClassName
{
background-color: #59258C;
}
.BgClassName
{
background-color: #59258C;
}
</style>
border-color css
<style>
span { border-color: #59258C; }
span { border-color: rgb(89,37,140); }
td.TdClassName
{
border-color: #59258C;
}
.TagClassName
{
border-color: #59258C;
}
</style>