Shades of Daisy Bush #59299B
Tints of Daisy Bush #59299B
RGB
CMYK
RGB Variations
Color information
#59299B (or 0x59299B) is known color: Daisy Bush. HEX triplet: 59, 29 and 9B. RGB value is (89,41,155). Sum of RGB (Red+Green+Blue) = 89+41+155=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #59299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59299B is #A6D664. Grayscale: #434343. Windows color (decimal): -10933861 or 10168665. OLE color: 10168665.
HSL color Cylindrical-coordinate representation of color #59299B: hue angle of 265.26º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59299B is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 41 | 155 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.39 |
| HSL | 265.26º | 0.58% | 0.38% | - |
| HSV(B) | 265.26º | 0.74% | 0.61% | - |
| XYZ | 10.83 | 6.08 | 31.61 | - |
| YUV | 68.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 155 | 0.43 | 0.74 | 0 | 0.39 | 265.26 | 0.58 | 0.38 |
| Hex | 59 | 29 | 9B | 2B | 4A | 0 | 27 | 109 | 3A | 26 |
| Octal | 131 | 51 | 233 | 53 | 112 | 0 | 47 | 411 | 72 | 46 |
| Binary | 1011001 | 101001 | 10011011 | 101011 | 1001010 | 0 | 100111 | 100001001 | 111010 | 100110 |
Color Harmonies of #59299B
Complementary color
Monochromatic Colors of #59299B
Black with #59299B
Text Example
Text Example
White with #59299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59299B; }
p { color: rgb(89,41,155); }
H1.HeaderClassName
{
color: #59299B;
}
.AnyTagClassName
{
color: #59299B;
}
</style>
background-color css
<style>
a { background-color: #59299B; }
a { background-color: rgb(89,41,155); }
div.DivClassName
{
background-color: #59299B;
}
.BgClassName
{
background-color: #59299B;
}
</style>
border-color css
<style>
span { border-color: #59299B; }
span { border-color: rgb(89,41,155); }
td.TdClassName
{
border-color: #59299B;
}
.TagClassName
{
border-color: #59299B;
}
</style>