Shades of Daisy Bush #593A89
Tints of Daisy Bush #593A89
RGB
CMYK
RGB Variations
Color information
#593A89 (or 0x593A89) is known color: Daisy Bush. HEX triplet: 59, 3A and 89. RGB value is (89,58,137). Sum of RGB (Red+Green+Blue) = 89+58+137=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #593A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A89 is #A6C576. Grayscale: #4B4B4B. Windows color (decimal): -10929527 or 8993369. OLE color: 8993369.
HSL color Cylindrical-coordinate representation of color #593A89: hue angle of 263.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #593A89 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 58 | 137 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.46 |
| HSL | 263.54º | 0.41% | 0.38% | - |
| HSV(B) | 263.54º | 0.58% | 0.54% | - |
| XYZ | 10.15 | 6.96 | 24.47 | - |
| YUV | 76.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 137 | 0.35 | 0.58 | 0 | 0.46 | 263.54 | 0.41 | 0.38 |
| Hex | 59 | 3A | 89 | 23 | 3A | 0 | 2E | 108 | 29 | 26 |
| Octal | 131 | 72 | 211 | 43 | 72 | 0 | 56 | 410 | 51 | 46 |
| Binary | 1011001 | 111010 | 10001001 | 100011 | 111010 | 0 | 101110 | 100001000 | 101001 | 100110 |
Color Harmonies of #593A89
Complementary color
Monochromatic Colors of #593A89
Black with #593A89
Text Example
Text Example
White with #593A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A89; }
p { color: rgb(89,58,137); }
H1.HeaderClassName
{
color: #593A89;
}
.AnyTagClassName
{
color: #593A89;
}
</style>
background-color css
<style>
a { background-color: #593A89; }
a { background-color: rgb(89,58,137); }
div.DivClassName
{
background-color: #593A89;
}
.BgClassName
{
background-color: #593A89;
}
</style>
border-color css
<style>
span { border-color: #593A89; }
span { border-color: rgb(89,58,137); }
td.TdClassName
{
border-color: #593A89;
}
.TagClassName
{
border-color: #593A89;
}
</style>