Shades of Daisy Bush #593D89
Tints of Daisy Bush #593D89
RGB
CMYK
RGB Variations
Color information
#593D89 (or 0x593D89) is known color: Daisy Bush. HEX triplet: 59, 3D and 89. RGB value is (89,61,137). Sum of RGB (Red+Green+Blue) = 89+61+137=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #593D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D89 is #A6C276. Grayscale: #4D4D4D. Windows color (decimal): -10928759 or 8994137. OLE color: 8994137.
HSL color Cylindrical-coordinate representation of color #593D89: hue angle of 262.11º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #593D89 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 61 | 137 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.46 |
| HSL | 262.11º | 0.38% | 0.39% | - |
| HSV(B) | 262.11º | 0.55% | 0.54% | - |
| XYZ | 10.3 | 7.27 | 24.53 | - |
| YUV | 78.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 137 | 0.35 | 0.55 | 0 | 0.46 | 262.11 | 0.38 | 0.39 |
| Hex | 59 | 3D | 89 | 23 | 37 | 0 | 2E | 106 | 26 | 27 |
| Octal | 131 | 75 | 211 | 43 | 67 | 0 | 56 | 406 | 46 | 47 |
| Binary | 1011001 | 111101 | 10001001 | 100011 | 110111 | 0 | 101110 | 100000110 | 100110 | 100111 |
Color Harmonies of #593D89
Complementary color
Monochromatic Colors of #593D89
Black with #593D89
Text Example
Text Example
White with #593D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D89; }
p { color: rgb(89,61,137); }
H1.HeaderClassName
{
color: #593D89;
}
.AnyTagClassName
{
color: #593D89;
}
</style>
background-color css
<style>
a { background-color: #593D89; }
a { background-color: rgb(89,61,137); }
div.DivClassName
{
background-color: #593D89;
}
.BgClassName
{
background-color: #593D89;
}
</style>
border-color css
<style>
span { border-color: #593D89; }
span { border-color: rgb(89,61,137); }
td.TdClassName
{
border-color: #593D89;
}
.TagClassName
{
border-color: #593D89;
}
</style>