Shades of Daisy Bush #59429B
Tints of Daisy Bush #59429B
RGB
CMYK
RGB Variations
Color information
#59429B (or 0x59429B) is known color: Daisy Bush. HEX triplet: 59, 42 and 9B. RGB value is (89,66,155). Sum of RGB (Red+Green+Blue) = 89+66+155=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #59429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59429B is #A6BD64. Grayscale: #525252. Windows color (decimal): -10927461 or 10175065. OLE color: 10175065.
HSL color Cylindrical-coordinate representation of color #59429B: hue angle of 255.51º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59429B is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 66 | 155 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.39 |
| HSL | 255.51º | 0.4% | 0.43% | - |
| HSV(B) | 255.51º | 0.57% | 0.61% | - |
| XYZ | 11.98 | 8.39 | 32 | - |
| YUV | 83.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 155 | 0.43 | 0.57 | 0 | 0.39 | 255.51 | 0.4 | 0.43 |
| Hex | 59 | 42 | 9B | 2B | 39 | 0 | 27 | 100 | 28 | 2B |
| Octal | 131 | 102 | 233 | 53 | 71 | 0 | 47 | 400 | 50 | 53 |
| Binary | 1011001 | 1000010 | 10011011 | 101011 | 111001 | 0 | 100111 | 100000000 | 101000 | 101011 |
Color Harmonies of #59429B
Complementary color
Monochromatic Colors of #59429B
Black with #59429B
Text Example
Text Example
White with #59429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59429B; }
p { color: rgb(89,66,155); }
H1.HeaderClassName
{
color: #59429B;
}
.AnyTagClassName
{
color: #59429B;
}
</style>
background-color css
<style>
a { background-color: #59429B; }
a { background-color: rgb(89,66,155); }
div.DivClassName
{
background-color: #59429B;
}
.BgClassName
{
background-color: #59429B;
}
</style>
border-color css
<style>
span { border-color: #59429B; }
span { border-color: rgb(89,66,155); }
td.TdClassName
{
border-color: #59429B;
}
.TagClassName
{
border-color: #59429B;
}
</style>