Shades of Daisy Bush #572C91
Tints of Daisy Bush #572C91
RGB
CMYK
RGB Variations
Color information
#572C91 (or 0x572C91) is known color: Daisy Bush. HEX triplet: 57, 2C and 91. RGB value is (87,44,145). Sum of RGB (Red+Green+Blue) = 87+44+145=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #572C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C91 is #A8D36E. Grayscale: #444444. Windows color (decimal): -11064175 or 9514071. OLE color: 9514071.
HSL color Cylindrical-coordinate representation of color #572C91: hue angle of 265.54º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572C91 is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 44 | 145 | - |
| CMYK | 0.4 | 0.70 | 0 | 0.43 |
| HSL | 265.54º | 0.53% | 0.37% | - |
| HSV(B) | 265.54º | 0.7% | 0.57% | - |
| XYZ | 9.94 | 5.87 | 27.4 | - |
| YUV | 68.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 145 | 0.4 | 0.70 | 0 | 0.43 | 265.54 | 0.53 | 0.37 |
| Hex | 57 | 2C | 91 | 28 | 46 | 0 | 2B | 10A | 35 | 25 |
| Octal | 127 | 54 | 221 | 50 | 106 | 0 | 53 | 412 | 65 | 45 |
| Binary | 1010111 | 101100 | 10010001 | 101000 | 1000110 | 0 | 101011 | 100001010 | 110101 | 100101 |
Color Harmonies of #572C91
Complementary color
Monochromatic Colors of #572C91
Black with #572C91
Text Example
Text Example
White with #572C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C91; }
p { color: rgb(87,44,145); }
H1.HeaderClassName
{
color: #572C91;
}
.AnyTagClassName
{
color: #572C91;
}
</style>
background-color css
<style>
a { background-color: #572C91; }
a { background-color: rgb(87,44,145); }
div.DivClassName
{
background-color: #572C91;
}
.BgClassName
{
background-color: #572C91;
}
</style>
border-color css
<style>
span { border-color: #572C91; }
span { border-color: rgb(87,44,145); }
td.TdClassName
{
border-color: #572C91;
}
.TagClassName
{
border-color: #572C91;
}
</style>