Shades of Daisy Bush #593F8F
Tints of Daisy Bush #593F8F
RGB
CMYK
RGB Variations
Color information
#593F8F (or 0x593F8F) is known color: Daisy Bush. HEX triplet: 59, 3F and 8F. RGB value is (89,63,143). Sum of RGB (Red+Green+Blue) = 89+63+143=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #593F8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593F8F is #A6C070. Grayscale: #4F4F4F. Windows color (decimal): -10928241 or 9387865. OLE color: 9387865.
HSL color Cylindrical-coordinate representation of color #593F8F: hue angle of 259.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #593F8F is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 63 | 143 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.44 |
| HSL | 259.5º | 0.39% | 0.4% | - |
| HSV(B) | 259.5º | 0.56% | 0.56% | - |
| XYZ | 10.86 | 7.66 | 26.89 | - |
| YUV | 79.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 143 | 0.38 | 0.56 | 0 | 0.44 | 259.5 | 0.39 | 0.4 |
| Hex | 59 | 3F | 8F | 26 | 38 | 0 | 2C | 104 | 27 | 28 |
| Octal | 131 | 77 | 217 | 46 | 70 | 0 | 54 | 404 | 47 | 50 |
| Binary | 1011001 | 111111 | 10001111 | 100110 | 111000 | 0 | 101100 | 100000100 | 100111 | 101000 |
Color Harmonies of #593F8F
Complementary color
Monochromatic Colors of #593F8F
Black with #593F8F
Text Example
Text Example
White with #593F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F8F; }
p { color: rgb(89,63,143); }
H1.HeaderClassName
{
color: #593F8F;
}
.AnyTagClassName
{
color: #593F8F;
}
</style>
background-color css
<style>
a { background-color: #593F8F; }
a { background-color: rgb(89,63,143); }
div.DivClassName
{
background-color: #593F8F;
}
.BgClassName
{
background-color: #593F8F;
}
</style>
border-color css
<style>
span { border-color: #593F8F; }
span { border-color: rgb(89,63,143); }
td.TdClassName
{
border-color: #593F8F;
}
.TagClassName
{
border-color: #593F8F;
}
</style>