Shades of Daisy Bush #573E89
Tints of Daisy Bush #573E89
RGB
CMYK
RGB Variations
Color information
#573E89 (or 0x573E89) is known color: Daisy Bush. HEX triplet: 57, 3E and 89. RGB value is (87,62,137). Sum of RGB (Red+Green+Blue) = 87+62+137=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #573E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573E89 is #A8C176. Grayscale: #4D4D4D. Windows color (decimal): -11059575 or 8994391. OLE color: 8994391.
HSL color Cylindrical-coordinate representation of color #573E89: hue angle of 260º 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 #573E89 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 62 | 137 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.46 |
| HSL | 260º | 0.38% | 0.39% | - |
| HSV(B) | 260º | 0.55% | 0.54% | - |
| XYZ | 10.17 | 7.28 | 24.54 | - |
| YUV | 78.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 137 | 0.36 | 0.55 | 0 | 0.46 | 260 | 0.38 | 0.39 |
| Hex | 57 | 3E | 89 | 24 | 37 | 0 | 2E | 104 | 26 | 27 |
| Octal | 127 | 76 | 211 | 44 | 67 | 0 | 56 | 404 | 46 | 47 |
| Binary | 1010111 | 111110 | 10001001 | 100100 | 110111 | 0 | 101110 | 100000100 | 100110 | 100111 |
Color Harmonies of #573E89
Complementary color
Monochromatic Colors of #573E89
Black with #573E89
Text Example
Text Example
White with #573E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573E89; }
p { color: rgb(87,62,137); }
H1.HeaderClassName
{
color: #573E89;
}
.AnyTagClassName
{
color: #573E89;
}
</style>
background-color css
<style>
a { background-color: #573E89; }
a { background-color: rgb(87,62,137); }
div.DivClassName
{
background-color: #573E89;
}
.BgClassName
{
background-color: #573E89;
}
</style>
border-color css
<style>
span { border-color: #573E89; }
span { border-color: rgb(87,62,137); }
td.TdClassName
{
border-color: #573E89;
}
.TagClassName
{
border-color: #573E89;
}
</style>