Shades of Daisy Bush #593C94
Tints of Daisy Bush #593C94
RGB
CMYK
RGB Variations
Color information
#593C94 (or 0x593C94) is known color: Daisy Bush. HEX triplet: 59, 3C and 94. RGB value is (89,60,148). Sum of RGB (Red+Green+Blue) = 89+60+148=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #593C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593C94 is #A6C36B. Grayscale: #4E4E4E. Windows color (decimal): -10929004 or 9714777. OLE color: 9714777.
HSL color Cylindrical-coordinate representation of color #593C94: hue angle of 259.77º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #593C94 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 60 | 148 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.42 |
| HSL | 259.77º | 0.42% | 0.41% | - |
| HSV(B) | 259.77º | 0.59% | 0.58% | - |
| XYZ | 11.08 | 7.49 | 28.88 | - |
| YUV | 78.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 148 | 0.40 | 0.59 | 0 | 0.42 | 259.77 | 0.42 | 0.41 |
| Hex | 59 | 3C | 94 | 28 | 3B | 0 | 2A | 104 | 2A | 29 |
| Octal | 131 | 74 | 224 | 50 | 73 | 0 | 52 | 404 | 52 | 51 |
| Binary | 1011001 | 111100 | 10010100 | 101000 | 111011 | 0 | 101010 | 100000100 | 101010 | 101001 |
Color Harmonies of #593C94
Complementary color
Monochromatic Colors of #593C94
Black with #593C94
Text Example
Text Example
White with #593C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C94; }
p { color: rgb(89,60,148); }
H1.HeaderClassName
{
color: #593C94;
}
.AnyTagClassName
{
color: #593C94;
}
</style>
background-color css
<style>
a { background-color: #593C94; }
a { background-color: rgb(89,60,148); }
div.DivClassName
{
background-color: #593C94;
}
.BgClassName
{
background-color: #593C94;
}
</style>
border-color css
<style>
span { border-color: #593C94; }
span { border-color: rgb(89,60,148); }
td.TdClassName
{
border-color: #593C94;
}
.TagClassName
{
border-color: #593C94;
}
</style>