Shades of Daisy Bush #59239E
Tints of Daisy Bush #59239E
RGB
CMYK
RGB Variations
Color information
#59239E (or 0x59239E) is known color: Daisy Bush. HEX triplet: 59, 23 and 9E. RGB value is (89,35,158). Sum of RGB (Red+Green+Blue) = 89+35+158=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #59239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59239E is #A6DC61. Grayscale: #404040. Windows color (decimal): -10935394 or 10363737. OLE color: 10363737.
HSL color Cylindrical-coordinate representation of color #59239E: hue angle of 266.34º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59239E is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 35 | 158 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.38 |
| HSL | 266.34º | 0.64% | 0.38% | - |
| HSV(B) | 266.34º | 0.78% | 0.62% | - |
| XYZ | 10.89 | 5.79 | 32.89 | - |
| YUV | 65.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 158 | 0.44 | 0.78 | 0 | 0.38 | 266.34 | 0.64 | 0.38 |
| Hex | 59 | 23 | 9E | 2C | 4E | 0 | 26 | 10A | 40 | 26 |
| Octal | 131 | 43 | 236 | 54 | 116 | 0 | 46 | 412 | 100 | 46 |
| Binary | 1011001 | 100011 | 10011110 | 101100 | 1001110 | 0 | 100110 | 100001010 | 1000000 | 100110 |
Color Harmonies of #59239E
Complementary color
Monochromatic Colors of #59239E
Black with #59239E
Text Example
Text Example
White with #59239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59239E; }
p { color: rgb(89,35,158); }
H1.HeaderClassName
{
color: #59239E;
}
.AnyTagClassName
{
color: #59239E;
}
</style>
background-color css
<style>
a { background-color: #59239E; }
a { background-color: rgb(89,35,158); }
div.DivClassName
{
background-color: #59239E;
}
.BgClassName
{
background-color: #59239E;
}
</style>
border-color css
<style>
span { border-color: #59239E; }
span { border-color: rgb(89,35,158); }
td.TdClassName
{
border-color: #59239E;
}
.TagClassName
{
border-color: #59239E;
}
</style>