Shades of Daisy Bush #59338D
Tints of Daisy Bush #59338D
RGB
CMYK
RGB Variations
Color information
#59338D (or 0x59338D) is known color: Daisy Bush. HEX triplet: 59, 33 and 8D. RGB value is (89,51,141). Sum of RGB (Red+Green+Blue) = 89+51+141=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #59338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59338D is #A6CC72. Grayscale: #484848. Windows color (decimal): -10931315 or 9253721. OLE color: 9253721.
HSL color Cylindrical-coordinate representation of color #59338D: hue angle of 265.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59338D is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 51 | 141 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.45 |
| HSL | 265.33º | 0.47% | 0.38% | - |
| HSV(B) | 265.33º | 0.64% | 0.55% | - |
| XYZ | 10.11 | 6.41 | 25.9 | - |
| YUV | 72.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 141 | 0.37 | 0.64 | 0 | 0.45 | 265.33 | 0.47 | 0.38 |
| Hex | 59 | 33 | 8D | 25 | 40 | 0 | 2D | 109 | 2F | 26 |
| Octal | 131 | 63 | 215 | 45 | 100 | 0 | 55 | 411 | 57 | 46 |
| Binary | 1011001 | 110011 | 10001101 | 100101 | 1000000 | 0 | 101101 | 100001001 | 101111 | 100110 |
Color Harmonies of #59338D
Complementary color
Monochromatic Colors of #59338D
Black with #59338D
Text Example
Text Example
White with #59338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59338D; }
p { color: rgb(89,51,141); }
H1.HeaderClassName
{
color: #59338D;
}
.AnyTagClassName
{
color: #59338D;
}
</style>
background-color css
<style>
a { background-color: #59338D; }
a { background-color: rgb(89,51,141); }
div.DivClassName
{
background-color: #59338D;
}
.BgClassName
{
background-color: #59338D;
}
</style>
border-color css
<style>
span { border-color: #59338D; }
span { border-color: rgb(89,51,141); }
td.TdClassName
{
border-color: #59338D;
}
.TagClassName
{
border-color: #59338D;
}
</style>