Shades of Daisy Bush #59269C
Tints of Daisy Bush #59269C
RGB
CMYK
RGB Variations
Color information
#59269C (or 0x59269C) is known color: Daisy Bush. HEX triplet: 59, 26 and 9C. RGB value is (89,38,156). Sum of RGB (Red+Green+Blue) = 89+38+156=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #59269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59269C is #A6D963. Grayscale: #424242. Windows color (decimal): -10934628 or 10233433. OLE color: 10233433.
HSL color Cylindrical-coordinate representation of color #59269C: hue angle of 265.93º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59269C is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 38 | 156 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.39 |
| HSL | 265.93º | 0.61% | 0.38% | - |
| HSV(B) | 265.93º | 0.76% | 0.61% | - |
| XYZ | 10.81 | 5.91 | 32.02 | - |
| YUV | 66.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 156 | 0.43 | 0.76 | 0 | 0.39 | 265.93 | 0.61 | 0.38 |
| Hex | 59 | 26 | 9C | 2B | 4C | 0 | 27 | 10A | 3D | 26 |
| Octal | 131 | 46 | 234 | 53 | 114 | 0 | 47 | 412 | 75 | 46 |
| Binary | 1011001 | 100110 | 10011100 | 101011 | 1001100 | 0 | 100111 | 100001010 | 111101 | 100110 |
Color Harmonies of #59269C
Complementary color
Monochromatic Colors of #59269C
Black with #59269C
Text Example
Text Example
White with #59269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59269C; }
p { color: rgb(89,38,156); }
H1.HeaderClassName
{
color: #59269C;
}
.AnyTagClassName
{
color: #59269C;
}
</style>
background-color css
<style>
a { background-color: #59269C; }
a { background-color: rgb(89,38,156); }
div.DivClassName
{
background-color: #59269C;
}
.BgClassName
{
background-color: #59269C;
}
</style>
border-color css
<style>
span { border-color: #59269C; }
span { border-color: rgb(89,38,156); }
td.TdClassName
{
border-color: #59269C;
}
.TagClassName
{
border-color: #59269C;
}
</style>