Shades of Daisy Bush #572BA0
Tints of Daisy Bush #572BA0
RGB
CMYK
RGB Variations
Color information
#572BA0 (or 0x572BA0) is known color: Daisy Bush. HEX triplet: 57, 2B and A0. RGB value is (87,43,160). Sum of RGB (Red+Green+Blue) = 87+43+160=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #572BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572BA0 is #A8D45F. Grayscale: #454545. Windows color (decimal): -11064416 or 10496855. OLE color: 10496855.
HSL color Cylindrical-coordinate representation of color #572BA0: hue angle of 262.56º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572BA0 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 43 | 160 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.37 |
| HSL | 262.56º | 0.58% | 0.4% | - |
| HSV(B) | 262.56º | 0.73% | 0.63% | - |
| XYZ | 11.14 | 6.29 | 33.89 | - |
| YUV | 69.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 160 | 0.46 | 0.73 | 0 | 0.37 | 262.56 | 0.58 | 0.4 |
| Hex | 57 | 2B | A0 | 2E | 49 | 0 | 25 | 107 | 3A | 28 |
| Octal | 127 | 53 | 240 | 56 | 111 | 0 | 45 | 407 | 72 | 50 |
| Binary | 1010111 | 101011 | 10100000 | 101110 | 1001001 | 0 | 100101 | 100000111 | 111010 | 101000 |
Color Harmonies of #572BA0
Complementary color
Monochromatic Colors of #572BA0
Black with #572BA0
Text Example
Text Example
White with #572BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572BA0; }
p { color: rgb(87,43,160); }
H1.HeaderClassName
{
color: #572BA0;
}
.AnyTagClassName
{
color: #572BA0;
}
</style>
background-color css
<style>
a { background-color: #572BA0; }
a { background-color: rgb(87,43,160); }
div.DivClassName
{
background-color: #572BA0;
}
.BgClassName
{
background-color: #572BA0;
}
</style>
border-color css
<style>
span { border-color: #572BA0; }
span { border-color: rgb(87,43,160); }
td.TdClassName
{
border-color: #572BA0;
}
.TagClassName
{
border-color: #572BA0;
}
</style>