Shades of Daisy Bush #592C98
Tints of Daisy Bush #592C98
RGB
CMYK
RGB Variations
Color information
#592C98 (or 0x592C98) is known color: Daisy Bush. HEX triplet: 59, 2C and 98. RGB value is (89,44,152). Sum of RGB (Red+Green+Blue) = 89+44+152=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #592C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592C98 is #A6D367. Grayscale: #454545. Windows color (decimal): -10933096 or 9972825. OLE color: 9972825.
HSL color Cylindrical-coordinate representation of color #592C98: hue angle of 265º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #592C98 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 44 | 152 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.40 |
| HSL | 265º | 0.55% | 0.38% | - |
| HSV(B) | 265º | 0.71% | 0.6% | - |
| XYZ | 10.69 | 6.19 | 30.34 | - |
| YUV | 69.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 152 | 0.41 | 0.71 | 0 | 0.40 | 265 | 0.55 | 0.38 |
| Hex | 59 | 2C | 98 | 29 | 47 | 0 | 28 | 109 | 37 | 26 |
| Octal | 131 | 54 | 230 | 51 | 107 | 0 | 50 | 411 | 67 | 46 |
| Binary | 1011001 | 101100 | 10011000 | 101001 | 1000111 | 0 | 101000 | 100001001 | 110111 | 100110 |
Color Harmonies of #592C98
Complementary color
Monochromatic Colors of #592C98
Black with #592C98
Text Example
Text Example
White with #592C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C98; }
p { color: rgb(89,44,152); }
H1.HeaderClassName
{
color: #592C98;
}
.AnyTagClassName
{
color: #592C98;
}
</style>
background-color css
<style>
a { background-color: #592C98; }
a { background-color: rgb(89,44,152); }
div.DivClassName
{
background-color: #592C98;
}
.BgClassName
{
background-color: #592C98;
}
</style>
border-color css
<style>
span { border-color: #592C98; }
span { border-color: rgb(89,44,152); }
td.TdClassName
{
border-color: #592C98;
}
.TagClassName
{
border-color: #592C98;
}
</style>