Shades of Daisy Bush #572EA2
Tints of Daisy Bush #572EA2
RGB
CMYK
RGB Variations
Color information
#572EA2 (or 0x572EA2) is known color: Daisy Bush. HEX triplet: 57, 2E and A2. RGB value is (87,46,162). Sum of RGB (Red+Green+Blue) = 87+46+162=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #572EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572EA2 is #A8D15D. Grayscale: #474747. Windows color (decimal): -11063646 or 10628695. OLE color: 10628695.
HSL color Cylindrical-coordinate representation of color #572EA2: hue angle of 261.21º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #572EA2 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 46 | 162 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.36 |
| HSL | 261.21º | 0.56% | 0.41% | - |
| HSV(B) | 261.21º | 0.72% | 0.64% | - |
| XYZ | 11.43 | 6.59 | 34.85 | - |
| YUV | 71.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 162 | 0.46 | 0.72 | 0 | 0.36 | 261.21 | 0.56 | 0.41 |
| Hex | 57 | 2E | A2 | 2E | 48 | 0 | 24 | 105 | 38 | 29 |
| Octal | 127 | 56 | 242 | 56 | 110 | 0 | 44 | 405 | 70 | 51 |
| Binary | 1010111 | 101110 | 10100010 | 101110 | 1001000 | 0 | 100100 | 100000101 | 111000 | 101001 |
Color Harmonies of #572EA2
Complementary color
Monochromatic Colors of #572EA2
Black with #572EA2
Text Example
Text Example
White with #572EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572EA2; }
p { color: rgb(87,46,162); }
H1.HeaderClassName
{
color: #572EA2;
}
.AnyTagClassName
{
color: #572EA2;
}
</style>
background-color css
<style>
a { background-color: #572EA2; }
a { background-color: rgb(87,46,162); }
div.DivClassName
{
background-color: #572EA2;
}
.BgClassName
{
background-color: #572EA2;
}
</style>
border-color css
<style>
span { border-color: #572EA2; }
span { border-color: rgb(87,46,162); }
td.TdClassName
{
border-color: #572EA2;
}
.TagClassName
{
border-color: #572EA2;
}
</style>