Shades of Daisy Bush #5924A0
Tints of Daisy Bush #5924A0
RGB
CMYK
RGB Variations
Color information
#5924A0 (or 0x5924A0) is known color: Daisy Bush. HEX triplet: 59, 24 and A0. RGB value is (89,36,160). Sum of RGB (Red+Green+Blue) = 89+36+160=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #5924A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5924A0 is #A6DB5F. Grayscale: #414141. Windows color (decimal): -10935136 or 10495065. OLE color: 10495065.
HSL color Cylindrical-coordinate representation of color #5924A0: hue angle of 265.65º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5924A0 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 36 | 160 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.37 |
| HSL | 265.65º | 0.63% | 0.38% | - |
| HSV(B) | 265.65º | 0.78% | 0.63% | - |
| XYZ | 11.1 | 5.92 | 33.82 | - |
| YUV | 65.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 160 | 0.44 | 0.78 | 0 | 0.37 | 265.65 | 0.63 | 0.38 |
| Hex | 59 | 24 | A0 | 2C | 4E | 0 | 25 | 10A | 3F | 26 |
| Octal | 131 | 44 | 240 | 54 | 116 | 0 | 45 | 412 | 77 | 46 |
| Binary | 1011001 | 100100 | 10100000 | 101100 | 1001110 | 0 | 100101 | 100001010 | 111111 | 100110 |
Color Harmonies of #5924A0
Complementary color
Monochromatic Colors of #5924A0
Black with #5924A0
Text Example
Text Example
White with #5924A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5924A0; }
p { color: rgb(89,36,160); }
H1.HeaderClassName
{
color: #5924A0;
}
.AnyTagClassName
{
color: #5924A0;
}
</style>
background-color css
<style>
a { background-color: #5924A0; }
a { background-color: rgb(89,36,160); }
div.DivClassName
{
background-color: #5924A0;
}
.BgClassName
{
background-color: #5924A0;
}
</style>
border-color css
<style>
span { border-color: #5924A0; }
span { border-color: rgb(89,36,160); }
td.TdClassName
{
border-color: #5924A0;
}
.TagClassName
{
border-color: #5924A0;
}
</style>