Shades of Daisy Bush #59329B
Tints of Daisy Bush #59329B
RGB
CMYK
RGB Variations
Color information
#59329B (or 0x59329B) is known color: Daisy Bush. HEX triplet: 59, 32 and 9B. RGB value is (89,50,155). Sum of RGB (Red+Green+Blue) = 89+50+155=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #59329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59329B is #A6CD64. Grayscale: #494949. Windows color (decimal): -10931557 or 10170969. OLE color: 10170969.
HSL color Cylindrical-coordinate representation of color #59329B: hue angle of 262.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #59329B is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 50 | 155 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.39 |
| HSL | 262.29º | 0.51% | 0.4% | - |
| HSV(B) | 262.29º | 0.68% | 0.61% | - |
| XYZ | 11.18 | 6.77 | 31.73 | - |
| YUV | 73.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 155 | 0.43 | 0.68 | 0 | 0.39 | 262.29 | 0.51 | 0.4 |
| Hex | 59 | 32 | 9B | 2B | 44 | 0 | 27 | 106 | 33 | 28 |
| Octal | 131 | 62 | 233 | 53 | 104 | 0 | 47 | 406 | 63 | 50 |
| Binary | 1011001 | 110010 | 10011011 | 101011 | 1000100 | 0 | 100111 | 100000110 | 110011 | 101000 |
Color Harmonies of #59329B
Complementary color
Monochromatic Colors of #59329B
Black with #59329B
Text Example
Text Example
White with #59329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59329B; }
p { color: rgb(89,50,155); }
H1.HeaderClassName
{
color: #59329B;
}
.AnyTagClassName
{
color: #59329B;
}
</style>
background-color css
<style>
a { background-color: #59329B; }
a { background-color: rgb(89,50,155); }
div.DivClassName
{
background-color: #59329B;
}
.BgClassName
{
background-color: #59329B;
}
</style>
border-color css
<style>
span { border-color: #59329B; }
span { border-color: rgb(89,50,155); }
td.TdClassName
{
border-color: #59329B;
}
.TagClassName
{
border-color: #59329B;
}
</style>