Shades of Daisy Bush #59418E
Tints of Daisy Bush #59418E
RGB
CMYK
RGB Variations
Color information
#59418E (or 0x59418E) is known color: Daisy Bush. HEX triplet: 59, 41 and 8E. RGB value is (89,65,142). Sum of RGB (Red+Green+Blue) = 89+65+142=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #59418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59418E is #A6BE71. Grayscale: #505050. Windows color (decimal): -10927730 or 9322841. OLE color: 9322841.
HSL color Cylindrical-coordinate representation of color #59418E: hue angle of 258.7º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59418E is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 65 | 142 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.44 |
| HSL | 258.7º | 0.37% | 0.41% | - |
| HSV(B) | 258.7º | 0.54% | 0.56% | - |
| XYZ | 10.89 | 7.86 | 26.53 | - |
| YUV | 80.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 65 | 142 | 0.37 | 0.54 | 0 | 0.44 | 258.7 | 0.37 | 0.41 |
| Hex | 59 | 41 | 8E | 25 | 36 | 0 | 2C | 103 | 25 | 29 |
| Octal | 131 | 101 | 216 | 45 | 66 | 0 | 54 | 403 | 45 | 51 |
| Binary | 1011001 | 1000001 | 10001110 | 100101 | 110110 | 0 | 101100 | 100000011 | 100101 | 101001 |
Color Harmonies of #59418E
Complementary color
Monochromatic Colors of #59418E
Black with #59418E
Text Example
Text Example
White with #59418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59418E; }
p { color: rgb(89,65,142); }
H1.HeaderClassName
{
color: #59418E;
}
.AnyTagClassName
{
color: #59418E;
}
</style>
background-color css
<style>
a { background-color: #59418E; }
a { background-color: rgb(89,65,142); }
div.DivClassName
{
background-color: #59418E;
}
.BgClassName
{
background-color: #59418E;
}
</style>
border-color css
<style>
span { border-color: #59418E; }
span { border-color: rgb(89,65,142); }
td.TdClassName
{
border-color: #59418E;
}
.TagClassName
{
border-color: #59418E;
}
</style>