Shades of Daisy Bush #573B90
Tints of Daisy Bush #573B90
RGB
CMYK
RGB Variations
Color information
#573B90 (or 0x573B90) is known color: Daisy Bush. HEX triplet: 57, 3B and 90. RGB value is (87,59,144). Sum of RGB (Red+Green+Blue) = 87+59+144=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #573B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573B90 is #A8C46F. Grayscale: #4C4C4C. Windows color (decimal): -11060336 or 9452375. OLE color: 9452375.
HSL color Cylindrical-coordinate representation of color #573B90: hue angle of 259.76º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #573B90 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 59 | 144 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.44 |
| HSL | 259.76º | 0.42% | 0.4% | - |
| HSV(B) | 259.76º | 0.59% | 0.56% | - |
| XYZ | 10.53 | 7.17 | 27.21 | - |
| YUV | 77.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 144 | 0.40 | 0.59 | 0 | 0.44 | 259.76 | 0.42 | 0.4 |
| Hex | 57 | 3B | 90 | 28 | 3B | 0 | 2C | 104 | 2A | 28 |
| Octal | 127 | 73 | 220 | 50 | 73 | 0 | 54 | 404 | 52 | 50 |
| Binary | 1010111 | 111011 | 10010000 | 101000 | 111011 | 0 | 101100 | 100000100 | 101010 | 101000 |
Color Harmonies of #573B90
Complementary color
Monochromatic Colors of #573B90
Black with #573B90
Text Example
Text Example
White with #573B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B90; }
p { color: rgb(87,59,144); }
H1.HeaderClassName
{
color: #573B90;
}
.AnyTagClassName
{
color: #573B90;
}
</style>
background-color css
<style>
a { background-color: #573B90; }
a { background-color: rgb(87,59,144); }
div.DivClassName
{
background-color: #573B90;
}
.BgClassName
{
background-color: #573B90;
}
</style>
border-color css
<style>
span { border-color: #573B90; }
span { border-color: rgb(87,59,144); }
td.TdClassName
{
border-color: #573B90;
}
.TagClassName
{
border-color: #573B90;
}
</style>