Shades of Daisy Bush #593A92
Tints of Daisy Bush #593A92
RGB
CMYK
RGB Variations
Color information
#593A92 (or 0x593A92) is known color: Daisy Bush. HEX triplet: 59, 3A and 92. RGB value is (89,58,146). Sum of RGB (Red+Green+Blue) = 89+58+146=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #593A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593A92 is #A6C56D. Grayscale: #4C4C4C. Windows color (decimal): -10929518 or 9583193. OLE color: 9583193.
HSL color Cylindrical-coordinate representation of color #593A92: hue angle of 261.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #593A92 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 58 | 146 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.43 |
| HSL | 261.14º | 0.43% | 0.4% | - |
| HSV(B) | 261.14º | 0.6% | 0.57% | - |
| XYZ | 10.82 | 7.23 | 28.02 | - |
| YUV | 77.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 146 | 0.39 | 0.60 | 0 | 0.43 | 261.14 | 0.43 | 0.4 |
| Hex | 59 | 3A | 92 | 27 | 3C | 0 | 2B | 105 | 2B | 28 |
| Octal | 131 | 72 | 222 | 47 | 74 | 0 | 53 | 405 | 53 | 50 |
| Binary | 1011001 | 111010 | 10010010 | 100111 | 111100 | 0 | 101011 | 100000101 | 101011 | 101000 |
Color Harmonies of #593A92
Complementary color
Monochromatic Colors of #593A92
Black with #593A92
Text Example
Text Example
White with #593A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A92; }
p { color: rgb(89,58,146); }
H1.HeaderClassName
{
color: #593A92;
}
.AnyTagClassName
{
color: #593A92;
}
</style>
background-color css
<style>
a { background-color: #593A92; }
a { background-color: rgb(89,58,146); }
div.DivClassName
{
background-color: #593A92;
}
.BgClassName
{
background-color: #593A92;
}
</style>
border-color css
<style>
span { border-color: #593A92; }
span { border-color: rgb(89,58,146); }
td.TdClassName
{
border-color: #593A92;
}
.TagClassName
{
border-color: #593A92;
}
</style>