Shades of Daisy Bush #593D86
Tints of Daisy Bush #593D86
RGB
CMYK
RGB Variations
Color information
#593D86 (or 0x593D86) is known color: Daisy Bush. HEX triplet: 59, 3D and 86. RGB value is (89,61,134). Sum of RGB (Red+Green+Blue) = 89+61+134=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #593D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D86 is #A6C279. Grayscale: #4D4D4D. Windows color (decimal): -10928762 or 8797529. OLE color: 8797529.
HSL color Cylindrical-coordinate representation of color #593D86: hue angle of 263.01º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #593D86 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 61 | 134 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.47 |
| HSL | 263.01º | 0.37% | 0.38% | - |
| HSV(B) | 263.01º | 0.54% | 0.53% | - |
| XYZ | 10.09 | 7.18 | 23.41 | - |
| YUV | 77.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 134 | 0.34 | 0.54 | 0 | 0.47 | 263.01 | 0.37 | 0.38 |
| Hex | 59 | 3D | 86 | 22 | 36 | 0 | 2F | 107 | 25 | 26 |
| Octal | 131 | 75 | 206 | 42 | 66 | 0 | 57 | 407 | 45 | 46 |
| Binary | 1011001 | 111101 | 10000110 | 100010 | 110110 | 0 | 101111 | 100000111 | 100101 | 100110 |
Color Harmonies of #593D86
Complementary color
Monochromatic Colors of #593D86
Black with #593D86
Text Example
Text Example
White with #593D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D86; }
p { color: rgb(89,61,134); }
H1.HeaderClassName
{
color: #593D86;
}
.AnyTagClassName
{
color: #593D86;
}
</style>
background-color css
<style>
a { background-color: #593D86; }
a { background-color: rgb(89,61,134); }
div.DivClassName
{
background-color: #593D86;
}
.BgClassName
{
background-color: #593D86;
}
</style>
border-color css
<style>
span { border-color: #593D86; }
span { border-color: rgb(89,61,134); }
td.TdClassName
{
border-color: #593D86;
}
.TagClassName
{
border-color: #593D86;
}
</style>