Shades of Daisy Bush #573B9F
Tints of Daisy Bush #573B9F
RGB
CMYK
RGB Variations
Color information
#573B9F (or 0x573B9F) is known color: Daisy Bush. HEX triplet: 57, 3B and 9F. RGB value is (87,59,159). Sum of RGB (Red+Green+Blue) = 87+59+159=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #573B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573B9F is #A8C460. Grayscale: #4E4E4E. Windows color (decimal): -11060321 or 10435415. OLE color: 10435415.
HSL color Cylindrical-coordinate representation of color #573B9F: hue angle of 256.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #573B9F is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 59 | 159 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.38 |
| HSL | 256.8º | 0.46% | 0.43% | - |
| HSV(B) | 256.8º | 0.63% | 0.62% | - |
| XYZ | 11.75 | 7.66 | 33.66 | - |
| YUV | 78.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 159 | 0.45 | 0.63 | 0 | 0.38 | 256.8 | 0.46 | 0.43 |
| Hex | 57 | 3B | 9F | 2D | 3F | 0 | 26 | 101 | 2E | 2B |
| Octal | 127 | 73 | 237 | 55 | 77 | 0 | 46 | 401 | 56 | 53 |
| Binary | 1010111 | 111011 | 10011111 | 101101 | 111111 | 0 | 100110 | 100000001 | 101110 | 101011 |
Color Harmonies of #573B9F
Complementary color
Monochromatic Colors of #573B9F
Black with #573B9F
Text Example
Text Example
White with #573B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B9F; }
p { color: rgb(87,59,159); }
H1.HeaderClassName
{
color: #573B9F;
}
.AnyTagClassName
{
color: #573B9F;
}
</style>
background-color css
<style>
a { background-color: #573B9F; }
a { background-color: rgb(87,59,159); }
div.DivClassName
{
background-color: #573B9F;
}
.BgClassName
{
background-color: #573B9F;
}
</style>
border-color css
<style>
span { border-color: #573B9F; }
span { border-color: rgb(87,59,159); }
td.TdClassName
{
border-color: #573B9F;
}
.TagClassName
{
border-color: #573B9F;
}
</style>