Shades of Daisy Bush #59309D
Tints of Daisy Bush #59309D
RGB
CMYK
RGB Variations
Color information
#59309D (or 0x59309D) is known color: Daisy Bush. HEX triplet: 59, 30 and 9D. RGB value is (89,48,157). Sum of RGB (Red+Green+Blue) = 89+48+157=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #59309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59309D is #A6CF62. Grayscale: #484848. Windows color (decimal): -10932067 or 10301529. OLE color: 10301529.
HSL color Cylindrical-coordinate representation of color #59309D: hue angle of 262.57º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59309D is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 48 | 157 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.38 |
| HSL | 262.57º | 0.53% | 0.4% | - |
| HSV(B) | 262.57º | 0.69% | 0.62% | - |
| XYZ | 11.26 | 6.67 | 32.59 | - |
| YUV | 72.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 157 | 0.43 | 0.69 | 0 | 0.38 | 262.57 | 0.53 | 0.4 |
| Hex | 59 | 30 | 9D | 2B | 45 | 0 | 26 | 107 | 35 | 28 |
| Octal | 131 | 60 | 235 | 53 | 105 | 0 | 46 | 407 | 65 | 50 |
| Binary | 1011001 | 110000 | 10011101 | 101011 | 1000101 | 0 | 100110 | 100000111 | 110101 | 101000 |
Color Harmonies of #59309D
Complementary color
Monochromatic Colors of #59309D
Black with #59309D
Text Example
Text Example
White with #59309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59309D; }
p { color: rgb(89,48,157); }
H1.HeaderClassName
{
color: #59309D;
}
.AnyTagClassName
{
color: #59309D;
}
</style>
background-color css
<style>
a { background-color: #59309D; }
a { background-color: rgb(89,48,157); }
div.DivClassName
{
background-color: #59309D;
}
.BgClassName
{
background-color: #59309D;
}
</style>
border-color css
<style>
span { border-color: #59309D; }
span { border-color: rgb(89,48,157); }
td.TdClassName
{
border-color: #59309D;
}
.TagClassName
{
border-color: #59309D;
}
</style>