Shades of Daisy Bush #593D87
Tints of Daisy Bush #593D87
RGB
CMYK
RGB Variations
Color information
#593D87 (or 0x593D87) is known color: Daisy Bush. HEX triplet: 59, 3D and 87. RGB value is (89,61,135). Sum of RGB (Red+Green+Blue) = 89+61+135=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #593D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D87 is #A6C278. Grayscale: #4D4D4D. Windows color (decimal): -10928761 or 8863065. OLE color: 8863065.
HSL color Cylindrical-coordinate representation of color #593D87: hue angle of 262.7º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #593D87 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 61 | 135 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.47 |
| HSL | 262.7º | 0.38% | 0.38% | - |
| HSV(B) | 262.7º | 0.55% | 0.53% | - |
| XYZ | 10.16 | 7.21 | 23.78 | - |
| YUV | 77.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 135 | 0.34 | 0.55 | 0 | 0.47 | 262.7 | 0.38 | 0.38 |
| Hex | 59 | 3D | 87 | 22 | 37 | 0 | 2F | 107 | 26 | 26 |
| Octal | 131 | 75 | 207 | 42 | 67 | 0 | 57 | 407 | 46 | 46 |
| Binary | 1011001 | 111101 | 10000111 | 100010 | 110111 | 0 | 101111 | 100000111 | 100110 | 100110 |
Color Harmonies of #593D87
Complementary color
Monochromatic Colors of #593D87
Black with #593D87
Text Example
Text Example
White with #593D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D87; }
p { color: rgb(89,61,135); }
H1.HeaderClassName
{
color: #593D87;
}
.AnyTagClassName
{
color: #593D87;
}
</style>
background-color css
<style>
a { background-color: #593D87; }
a { background-color: rgb(89,61,135); }
div.DivClassName
{
background-color: #593D87;
}
.BgClassName
{
background-color: #593D87;
}
</style>
border-color css
<style>
span { border-color: #593D87; }
span { border-color: rgb(89,61,135); }
td.TdClassName
{
border-color: #593D87;
}
.TagClassName
{
border-color: #593D87;
}
</style>