Shades of Daisy Bush #593C87
Tints of Daisy Bush #593C87
RGB
CMYK
RGB Variations
Color information
#593C87 (or 0x593C87) is known color: Daisy Bush. HEX triplet: 59, 3C and 87. RGB value is (89,60,135). Sum of RGB (Red+Green+Blue) = 89+60+135=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #593C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593C87 is #A6C378. Grayscale: #4C4C4C. Windows color (decimal): -10929017 or 8862809. OLE color: 8862809.
HSL color Cylindrical-coordinate representation of color #593C87: hue angle of 263.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #593C87 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 60 | 135 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.47 |
| HSL | 263.2º | 0.38% | 0.38% | - |
| HSV(B) | 263.2º | 0.56% | 0.53% | - |
| XYZ | 10.11 | 7.1 | 23.76 | - |
| YUV | 77.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 135 | 0.34 | 0.56 | 0 | 0.47 | 263.2 | 0.38 | 0.38 |
| Hex | 59 | 3C | 87 | 22 | 38 | 0 | 2F | 107 | 26 | 26 |
| Octal | 131 | 74 | 207 | 42 | 70 | 0 | 57 | 407 | 46 | 46 |
| Binary | 1011001 | 111100 | 10000111 | 100010 | 111000 | 0 | 101111 | 100000111 | 100110 | 100110 |
Color Harmonies of #593C87
Complementary color
Monochromatic Colors of #593C87
Black with #593C87
Text Example
Text Example
White with #593C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C87; }
p { color: rgb(89,60,135); }
H1.HeaderClassName
{
color: #593C87;
}
.AnyTagClassName
{
color: #593C87;
}
</style>
background-color css
<style>
a { background-color: #593C87; }
a { background-color: rgb(89,60,135); }
div.DivClassName
{
background-color: #593C87;
}
.BgClassName
{
background-color: #593C87;
}
</style>
border-color css
<style>
span { border-color: #593C87; }
span { border-color: rgb(89,60,135); }
td.TdClassName
{
border-color: #593C87;
}
.TagClassName
{
border-color: #593C87;
}
</style>