Shades of Daisy Bush #59259E
Tints of Daisy Bush #59259E
RGB
CMYK
RGB Variations
Color information
#59259E (or 0x59259E) is known color: Daisy Bush. HEX triplet: 59, 25 and 9E. RGB value is (89,37,158). Sum of RGB (Red+Green+Blue) = 89+37+158=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #59259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59259E is #A6DA61. Grayscale: #414141. Windows color (decimal): -10934882 or 10364249. OLE color: 10364249.
HSL color Cylindrical-coordinate representation of color #59259E: hue angle of 265.79º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #59259E is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 37 | 158 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.38 |
| HSL | 265.79º | 0.62% | 0.38% | - |
| HSV(B) | 265.79º | 0.77% | 0.62% | - |
| XYZ | 10.95 | 5.92 | 32.91 | - |
| YUV | 66.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 158 | 0.44 | 0.77 | 0 | 0.38 | 265.79 | 0.62 | 0.38 |
| Hex | 59 | 25 | 9E | 2C | 4D | 0 | 26 | 10A | 3E | 26 |
| Octal | 131 | 45 | 236 | 54 | 115 | 0 | 46 | 412 | 76 | 46 |
| Binary | 1011001 | 100101 | 10011110 | 101100 | 1001101 | 0 | 100110 | 100001010 | 111110 | 100110 |
Color Harmonies of #59259E
Complementary color
Monochromatic Colors of #59259E
Black with #59259E
Text Example
Text Example
White with #59259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59259E; }
p { color: rgb(89,37,158); }
H1.HeaderClassName
{
color: #59259E;
}
.AnyTagClassName
{
color: #59259E;
}
</style>
background-color css
<style>
a { background-color: #59259E; }
a { background-color: rgb(89,37,158); }
div.DivClassName
{
background-color: #59259E;
}
.BgClassName
{
background-color: #59259E;
}
</style>
border-color css
<style>
span { border-color: #59259E; }
span { border-color: rgb(89,37,158); }
td.TdClassName
{
border-color: #59259E;
}
.TagClassName
{
border-color: #59259E;
}
</style>