Shades of Daisy Bush #59329F
Tints of Daisy Bush #59329F
RGB
CMYK
RGB Variations
Color information
#59329F (or 0x59329F) is known color: Daisy Bush. HEX triplet: 59, 32 and 9F. RGB value is (89,50,159). Sum of RGB (Red+Green+Blue) = 89+50+159=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #59329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59329F is #A6CD60. Grayscale: #494949. Windows color (decimal): -10931553 or 10433113. OLE color: 10433113.
HSL color Cylindrical-coordinate representation of color #59329F: hue angle of 261.47º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59329F is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 50 | 159 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.38 |
| HSL | 261.47º | 0.52% | 0.41% | - |
| HSV(B) | 261.47º | 0.69% | 0.62% | - |
| XYZ | 11.52 | 6.91 | 33.53 | - |
| YUV | 74.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 159 | 0.44 | 0.69 | 0 | 0.38 | 261.47 | 0.52 | 0.41 |
| Hex | 59 | 32 | 9F | 2C | 45 | 0 | 26 | 105 | 34 | 29 |
| Octal | 131 | 62 | 237 | 54 | 105 | 0 | 46 | 405 | 64 | 51 |
| Binary | 1011001 | 110010 | 10011111 | 101100 | 1000101 | 0 | 100110 | 100000101 | 110100 | 101001 |
Color Harmonies of #59329F
Complementary color
Monochromatic Colors of #59329F
Black with #59329F
Text Example
Text Example
White with #59329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59329F; }
p { color: rgb(89,50,159); }
H1.HeaderClassName
{
color: #59329F;
}
.AnyTagClassName
{
color: #59329F;
}
</style>
background-color css
<style>
a { background-color: #59329F; }
a { background-color: rgb(89,50,159); }
div.DivClassName
{
background-color: #59329F;
}
.BgClassName
{
background-color: #59329F;
}
</style>
border-color css
<style>
span { border-color: #59329F; }
span { border-color: rgb(89,50,159); }
td.TdClassName
{
border-color: #59329F;
}
.TagClassName
{
border-color: #59329F;
}
</style>