Shades of Daisy Bush #593B8E
Tints of Daisy Bush #593B8E
RGB
CMYK
RGB Variations
Color information
#593B8E (or 0x593B8E) is known color: Daisy Bush. HEX triplet: 59, 3B and 8E. RGB value is (89,59,142). Sum of RGB (Red+Green+Blue) = 89+59+142=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #593B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593B8E is #A6C471. Grayscale: #4D4D4D. Windows color (decimal): -10929266 or 9321305. OLE color: 9321305.
HSL color Cylindrical-coordinate representation of color #593B8E: hue angle of 261.69º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #593B8E is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 59 | 142 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.44 |
| HSL | 261.69º | 0.41% | 0.39% | - |
| HSV(B) | 261.69º | 0.58% | 0.56% | - |
| XYZ | 10.57 | 7.2 | 26.42 | - |
| YUV | 77.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 142 | 0.37 | 0.58 | 0 | 0.44 | 261.69 | 0.41 | 0.39 |
| Hex | 59 | 3B | 8E | 25 | 3A | 0 | 2C | 106 | 29 | 27 |
| Octal | 131 | 73 | 216 | 45 | 72 | 0 | 54 | 406 | 51 | 47 |
| Binary | 1011001 | 111011 | 10001110 | 100101 | 111010 | 0 | 101100 | 100000110 | 101001 | 100111 |
Color Harmonies of #593B8E
Complementary color
Monochromatic Colors of #593B8E
Black with #593B8E
Text Example
Text Example
White with #593B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B8E; }
p { color: rgb(89,59,142); }
H1.HeaderClassName
{
color: #593B8E;
}
.AnyTagClassName
{
color: #593B8E;
}
</style>
background-color css
<style>
a { background-color: #593B8E; }
a { background-color: rgb(89,59,142); }
div.DivClassName
{
background-color: #593B8E;
}
.BgClassName
{
background-color: #593B8E;
}
</style>
border-color css
<style>
span { border-color: #593B8E; }
span { border-color: rgb(89,59,142); }
td.TdClassName
{
border-color: #593B8E;
}
.TagClassName
{
border-color: #593B8E;
}
</style>