Shades of Daisy Bush #572E95
Tints of Daisy Bush #572E95
RGB
CMYK
RGB Variations
Color information
#572E95 (or 0x572E95) is known color: Daisy Bush. HEX triplet: 57, 2E and 95. RGB value is (87,46,149). Sum of RGB (Red+Green+Blue) = 87+46+149=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #572E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572E95 is #A8D16A. Grayscale: #454545. Windows color (decimal): -11063659 or 9776727. OLE color: 9776727.
HSL color Cylindrical-coordinate representation of color #572E95: hue angle of 263.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572E95 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 46 | 149 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.42 |
| HSL | 263.88º | 0.53% | 0.38% | - |
| HSV(B) | 263.88º | 0.69% | 0.58% | - |
| XYZ | 10.33 | 6.15 | 29.08 | - |
| YUV | 70 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 149 | 0.42 | 0.69 | 0 | 0.42 | 263.88 | 0.53 | 0.38 |
| Hex | 57 | 2E | 95 | 2A | 45 | 0 | 2A | 108 | 35 | 26 |
| Octal | 127 | 56 | 225 | 52 | 105 | 0 | 52 | 410 | 65 | 46 |
| Binary | 1010111 | 101110 | 10010101 | 101010 | 1000101 | 0 | 101010 | 100001000 | 110101 | 100110 |
Color Harmonies of #572E95
Complementary color
Monochromatic Colors of #572E95
Black with #572E95
Text Example
Text Example
White with #572E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E95; }
p { color: rgb(87,46,149); }
H1.HeaderClassName
{
color: #572E95;
}
.AnyTagClassName
{
color: #572E95;
}
</style>
background-color css
<style>
a { background-color: #572E95; }
a { background-color: rgb(87,46,149); }
div.DivClassName
{
background-color: #572E95;
}
.BgClassName
{
background-color: #572E95;
}
</style>
border-color css
<style>
span { border-color: #572E95; }
span { border-color: rgb(87,46,149); }
td.TdClassName
{
border-color: #572E95;
}
.TagClassName
{
border-color: #572E95;
}
</style>