Shades of Daisy Bush #59289D
Tints of Daisy Bush #59289D
RGB
CMYK
RGB Variations
Color information
#59289D (or 0x59289D) is known color: Daisy Bush. HEX triplet: 59, 28 and 9D. RGB value is (89,40,157). Sum of RGB (Red+Green+Blue) = 89+40+157=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #59289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59289D is #A6D762. Grayscale: #434343. Windows color (decimal): -10934115 or 10299481. OLE color: 10299481.
HSL color Cylindrical-coordinate representation of color #59289D: hue angle of 265.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59289D is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 40 | 157 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.38 |
| HSL | 265.13º | 0.59% | 0.39% | - |
| HSV(B) | 265.13º | 0.75% | 0.62% | - |
| XYZ | 10.96 | 6.08 | 32.49 | - |
| YUV | 67.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 157 | 0.43 | 0.75 | 0 | 0.38 | 265.13 | 0.59 | 0.39 |
| Hex | 59 | 28 | 9D | 2B | 4B | 0 | 26 | 109 | 3B | 27 |
| Octal | 131 | 50 | 235 | 53 | 113 | 0 | 46 | 411 | 73 | 47 |
| Binary | 1011001 | 101000 | 10011101 | 101011 | 1001011 | 0 | 100110 | 100001001 | 111011 | 100111 |
Color Harmonies of #59289D
Complementary color
Monochromatic Colors of #59289D
Black with #59289D
Text Example
Text Example
White with #59289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59289D; }
p { color: rgb(89,40,157); }
H1.HeaderClassName
{
color: #59289D;
}
.AnyTagClassName
{
color: #59289D;
}
</style>
background-color css
<style>
a { background-color: #59289D; }
a { background-color: rgb(89,40,157); }
div.DivClassName
{
background-color: #59289D;
}
.BgClassName
{
background-color: #59289D;
}
</style>
border-color css
<style>
span { border-color: #59289D; }
span { border-color: rgb(89,40,157); }
td.TdClassName
{
border-color: #59289D;
}
.TagClassName
{
border-color: #59289D;
}
</style>