Shades of Daisy Bush #592D97
Tints of Daisy Bush #592D97
RGB
CMYK
RGB Variations
Color information
#592D97 (or 0x592D97) is known color: Daisy Bush. HEX triplet: 59, 2D and 97. RGB value is (89,45,151). Sum of RGB (Red+Green+Blue) = 89+45+151=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #592D97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592D97 is #A6D268. Grayscale: #454545. Windows color (decimal): -10932841 or 9907545. OLE color: 9907545.
HSL color Cylindrical-coordinate representation of color #592D97: hue angle of 264.91º 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 #592D97 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 45 | 151 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.41 |
| HSL | 264.91º | 0.54% | 0.38% | - |
| HSV(B) | 264.91º | 0.7% | 0.59% | - |
| XYZ | 10.64 | 6.23 | 29.92 | - |
| YUV | 70.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 151 | 0.41 | 0.70 | 0 | 0.41 | 264.91 | 0.54 | 0.38 |
| Hex | 59 | 2D | 97 | 29 | 46 | 0 | 29 | 109 | 36 | 26 |
| Octal | 131 | 55 | 227 | 51 | 106 | 0 | 51 | 411 | 66 | 46 |
| Binary | 1011001 | 101101 | 10010111 | 101001 | 1000110 | 0 | 101001 | 100001001 | 110110 | 100110 |
Color Harmonies of #592D97
Complementary color
Monochromatic Colors of #592D97
Black with #592D97
Text Example
Text Example
White with #592D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D97; }
p { color: rgb(89,45,151); }
H1.HeaderClassName
{
color: #592D97;
}
.AnyTagClassName
{
color: #592D97;
}
</style>
background-color css
<style>
a { background-color: #592D97; }
a { background-color: rgb(89,45,151); }
div.DivClassName
{
background-color: #592D97;
}
.BgClassName
{
background-color: #592D97;
}
</style>
border-color css
<style>
span { border-color: #592D97; }
span { border-color: rgb(89,45,151); }
td.TdClassName
{
border-color: #592D97;
}
.TagClassName
{
border-color: #592D97;
}
</style>