Shades of Daisy Bush #592D96
Tints of Daisy Bush #592D96
RGB
CMYK
RGB Variations
Color information
#592D96 (or 0x592D96) is known color: Daisy Bush. HEX triplet: 59, 2D and 96. RGB value is (89,45,150). Sum of RGB (Red+Green+Blue) = 89+45+150=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #592D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592D96 is #A6D269. Grayscale: #454545. Windows color (decimal): -10932842 or 9842009. OLE color: 9842009.
HSL color Cylindrical-coordinate representation of color #592D96: hue angle of 265.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592D96 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 45 | 150 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.41 |
| HSL | 265.14º | 0.54% | 0.38% | - |
| HSV(B) | 265.14º | 0.7% | 0.59% | - |
| XYZ | 10.56 | 6.2 | 29.49 | - |
| YUV | 70.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 150 | 0.41 | 0.70 | 0 | 0.41 | 265.14 | 0.54 | 0.38 |
| Hex | 59 | 2D | 96 | 29 | 46 | 0 | 29 | 109 | 36 | 26 |
| Octal | 131 | 55 | 226 | 51 | 106 | 0 | 51 | 411 | 66 | 46 |
| Binary | 1011001 | 101101 | 10010110 | 101001 | 1000110 | 0 | 101001 | 100001001 | 110110 | 100110 |
Color Harmonies of #592D96
Complementary color
Monochromatic Colors of #592D96
Black with #592D96
Text Example
Text Example
White with #592D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D96; }
p { color: rgb(89,45,150); }
H1.HeaderClassName
{
color: #592D96;
}
.AnyTagClassName
{
color: #592D96;
}
</style>
background-color css
<style>
a { background-color: #592D96; }
a { background-color: rgb(89,45,150); }
div.DivClassName
{
background-color: #592D96;
}
.BgClassName
{
background-color: #592D96;
}
</style>
border-color css
<style>
span { border-color: #592D96; }
span { border-color: rgb(89,45,150); }
td.TdClassName
{
border-color: #592D96;
}
.TagClassName
{
border-color: #592D96;
}
</style>