Shades of Daisy Bush #59259C
Tints of Daisy Bush #59259C
RGB
CMYK
RGB Variations
Color information
#59259C (or 0x59259C) is known color: Daisy Bush. HEX triplet: 59, 25 and 9C. RGB value is (89,37,156). Sum of RGB (Red+Green+Blue) = 89+37+156=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #59259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59259C is #A6DA63. Grayscale: #414141. Windows color (decimal): -10934884 or 10233177. OLE color: 10233177.
HSL color Cylindrical-coordinate representation of color #59259C: hue angle of 266.22º degrees, saturation: 0.62, 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 #59259C is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 37 | 156 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.39 |
| HSL | 266.22º | 0.62% | 0.38% | - |
| HSV(B) | 266.22º | 0.76% | 0.61% | - |
| XYZ | 10.78 | 5.85 | 32.01 | - |
| YUV | 66.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 156 | 0.43 | 0.76 | 0 | 0.39 | 266.22 | 0.62 | 0.38 |
| Hex | 59 | 25 | 9C | 2B | 4C | 0 | 27 | 10A | 3E | 26 |
| Octal | 131 | 45 | 234 | 53 | 114 | 0 | 47 | 412 | 76 | 46 |
| Binary | 1011001 | 100101 | 10011100 | 101011 | 1001100 | 0 | 100111 | 100001010 | 111110 | 100110 |
Color Harmonies of #59259C
Complementary color
Monochromatic Colors of #59259C
Black with #59259C
Text Example
Text Example
White with #59259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59259C; }
p { color: rgb(89,37,156); }
H1.HeaderClassName
{
color: #59259C;
}
.AnyTagClassName
{
color: #59259C;
}
</style>
background-color css
<style>
a { background-color: #59259C; }
a { background-color: rgb(89,37,156); }
div.DivClassName
{
background-color: #59259C;
}
.BgClassName
{
background-color: #59259C;
}
</style>
border-color css
<style>
span { border-color: #59259C; }
span { border-color: rgb(89,37,156); }
td.TdClassName
{
border-color: #59259C;
}
.TagClassName
{
border-color: #59259C;
}
</style>