Shades of Daisy Bush #573C8F
Tints of Daisy Bush #573C8F
RGB
CMYK
RGB Variations
Color information
#573C8F (or 0x573C8F) is known color: Daisy Bush. HEX triplet: 57, 3C and 8F. RGB value is (87,60,143). Sum of RGB (Red+Green+Blue) = 87+60+143=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #573C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573C8F is #A8C370. Grayscale: #4D4D4D. Windows color (decimal): -11060081 or 9387095. OLE color: 9387095.
HSL color Cylindrical-coordinate representation of color #573C8F: hue angle of 259.52º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #573C8F is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 60 | 143 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.44 |
| HSL | 259.52º | 0.41% | 0.4% | - |
| HSV(B) | 259.52º | 0.58% | 0.56% | - |
| XYZ | 10.5 | 7.24 | 26.83 | - |
| YUV | 77.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 143 | 0.39 | 0.58 | 0 | 0.44 | 259.52 | 0.41 | 0.4 |
| Hex | 57 | 3C | 8F | 27 | 3A | 0 | 2C | 104 | 29 | 28 |
| Octal | 127 | 74 | 217 | 47 | 72 | 0 | 54 | 404 | 51 | 50 |
| Binary | 1010111 | 111100 | 10001111 | 100111 | 111010 | 0 | 101100 | 100000100 | 101001 | 101000 |
Color Harmonies of #573C8F
Complementary color
Monochromatic Colors of #573C8F
Black with #573C8F
Text Example
Text Example
White with #573C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C8F; }
p { color: rgb(87,60,143); }
H1.HeaderClassName
{
color: #573C8F;
}
.AnyTagClassName
{
color: #573C8F;
}
</style>
background-color css
<style>
a { background-color: #573C8F; }
a { background-color: rgb(87,60,143); }
div.DivClassName
{
background-color: #573C8F;
}
.BgClassName
{
background-color: #573C8F;
}
</style>
border-color css
<style>
span { border-color: #573C8F; }
span { border-color: rgb(87,60,143); }
td.TdClassName
{
border-color: #573C8F;
}
.TagClassName
{
border-color: #573C8F;
}
</style>