Shades of Kingfisher Daisy #59258E
Tints of Kingfisher Daisy #59258E
RGB
CMYK
RGB Variations
Color information
#59258E (or 0x59258E) is known color: Kingfisher Daisy. HEX triplet: 59, 25 and 8E. RGB value is (89,37,142). Sum of RGB (Red+Green+Blue) = 89+37+142=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #59258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59258E is #A6DA71. Grayscale: #404040. Windows color (decimal): -10934898 or 9315673. OLE color: 9315673.
HSL color Cylindrical-coordinate representation of color #59258E: hue angle of 269.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59258E is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 37 | 142 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.44 |
| HSL | 269.71º | 0.59% | 0.35% | - |
| HSV(B) | 269.71º | 0.74% | 0.56% | - |
| XYZ | 9.66 | 5.4 | 26.12 | - |
| YUV | 64.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 142 | 0.37 | 0.74 | 0 | 0.44 | 269.71 | 0.59 | 0.35 |
| Hex | 59 | 25 | 8E | 25 | 4A | 0 | 2C | 10E | 3B | 23 |
| Octal | 131 | 45 | 216 | 45 | 112 | 0 | 54 | 416 | 73 | 43 |
| Binary | 1011001 | 100101 | 10001110 | 100101 | 1001010 | 0 | 101100 | 100001110 | 111011 | 100011 |
Color Harmonies of #59258E
Complementary color
Monochromatic Colors of #59258E
Black with #59258E
Text Example
Text Example
White with #59258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59258E; }
p { color: rgb(89,37,142); }
H1.HeaderClassName
{
color: #59258E;
}
.AnyTagClassName
{
color: #59258E;
}
</style>
background-color css
<style>
a { background-color: #59258E; }
a { background-color: rgb(89,37,142); }
div.DivClassName
{
background-color: #59258E;
}
.BgClassName
{
background-color: #59258E;
}
</style>
border-color css
<style>
span { border-color: #59258E; }
span { border-color: rgb(89,37,142); }
td.TdClassName
{
border-color: #59258E;
}
.TagClassName
{
border-color: #59258E;
}
</style>