Shades of Daisy Bush #573D85
Tints of Daisy Bush #573D85
RGB
CMYK
RGB Variations
Color information
#573D85 (or 0x573D85) is known color: Daisy Bush. HEX triplet: 57, 3D and 85. RGB value is (87,61,133). Sum of RGB (Red+Green+Blue) = 87+61+133=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #573D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573D85 is #A8C27A. Grayscale: #4C4C4C. Windows color (decimal): -11059835 or 8731991. OLE color: 8731991.
HSL color Cylindrical-coordinate representation of color #573D85: hue angle of 261.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #573D85 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 61 | 133 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.48 |
| HSL | 261.67º | 0.37% | 0.38% | - |
| HSV(B) | 261.67º | 0.54% | 0.52% | - |
| XYZ | 9.83 | 7.06 | 23.03 | - |
| YUV | 76.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 133 | 0.35 | 0.54 | 0 | 0.48 | 261.67 | 0.37 | 0.38 |
| Hex | 57 | 3D | 85 | 23 | 36 | 0 | 30 | 106 | 25 | 26 |
| Octal | 127 | 75 | 205 | 43 | 66 | 0 | 60 | 406 | 45 | 46 |
| Binary | 1010111 | 111101 | 10000101 | 100011 | 110110 | 0 | 110000 | 100000110 | 100101 | 100110 |
Color Harmonies of #573D85
Complementary color
Monochromatic Colors of #573D85
Black with #573D85
Text Example
Text Example
White with #573D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D85; }
p { color: rgb(87,61,133); }
H1.HeaderClassName
{
color: #573D85;
}
.AnyTagClassName
{
color: #573D85;
}
</style>
background-color css
<style>
a { background-color: #573D85; }
a { background-color: rgb(87,61,133); }
div.DivClassName
{
background-color: #573D85;
}
.BgClassName
{
background-color: #573D85;
}
</style>
border-color css
<style>
span { border-color: #573D85; }
span { border-color: rgb(87,61,133); }
td.TdClassName
{
border-color: #573D85;
}
.TagClassName
{
border-color: #573D85;
}
</style>