Shades of Daisy Bush #593CA3
Tints of Daisy Bush #593CA3
RGB
CMYK
RGB Variations
Color information
#593CA3 (or 0x593CA3) is known color: Daisy Bush. HEX triplet: 59, 3C and A3. RGB value is (89,60,163). Sum of RGB (Red+Green+Blue) = 89+60+163=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #593CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CA3 is #A6C35C. Grayscale: #505050. Windows color (decimal): -10928989 or 10697817. OLE color: 10697817.
HSL color Cylindrical-coordinate representation of color #593CA3: hue angle of 256.89º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #593CA3 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 60 | 163 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.36 |
| HSL | 256.89º | 0.46% | 0.44% | - |
| HSV(B) | 256.89º | 0.63% | 0.64% | - |
| XYZ | 12.35 | 8 | 35.54 | - |
| YUV | 80.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 163 | 0.45 | 0.63 | 0 | 0.36 | 256.89 | 0.46 | 0.44 |
| Hex | 59 | 3C | A3 | 2D | 3F | 0 | 24 | 101 | 2E | 2C |
| Octal | 131 | 74 | 243 | 55 | 77 | 0 | 44 | 401 | 56 | 54 |
| Binary | 1011001 | 111100 | 10100011 | 101101 | 111111 | 0 | 100100 | 100000001 | 101110 | 101100 |
Color Harmonies of #593CA3
Complementary color
Monochromatic Colors of #593CA3
Black with #593CA3
Text Example
Text Example
White with #593CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CA3; }
p { color: rgb(89,60,163); }
H1.HeaderClassName
{
color: #593CA3;
}
.AnyTagClassName
{
color: #593CA3;
}
</style>
background-color css
<style>
a { background-color: #593CA3; }
a { background-color: rgb(89,60,163); }
div.DivClassName
{
background-color: #593CA3;
}
.BgClassName
{
background-color: #593CA3;
}
</style>
border-color css
<style>
span { border-color: #593CA3; }
span { border-color: rgb(89,60,163); }
td.TdClassName
{
border-color: #593CA3;
}
.TagClassName
{
border-color: #593CA3;
}
</style>