Shades of Daisy Bush #573F9E
Tints of Daisy Bush #573F9E
RGB
CMYK
RGB Variations
Color information
#573F9E (or 0x573F9E) is known color: Daisy Bush. HEX triplet: 57, 3F and 9E. RGB value is (87,63,158). Sum of RGB (Red+Green+Blue) = 87+63+158=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #573F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573F9E is #A8C061. Grayscale: #505050. Windows color (decimal): -11059298 or 10370903. OLE color: 10370903.
HSL color Cylindrical-coordinate representation of color #573F9E: hue angle of 255.16º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #573F9E is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 63 | 158 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.38 |
| HSL | 255.16º | 0.43% | 0.43% | - |
| HSV(B) | 255.16º | 0.6% | 0.62% | - |
| XYZ | 11.88 | 8.05 | 33.28 | - |
| YUV | 81.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 158 | 0.45 | 0.60 | 0 | 0.38 | 255.16 | 0.43 | 0.43 |
| Hex | 57 | 3F | 9E | 2D | 3C | 0 | 26 | FF | 2B | 2B |
| Octal | 127 | 77 | 236 | 55 | 74 | 0 | 46 | 377 | 53 | 53 |
| Binary | 1010111 | 111111 | 10011110 | 101101 | 111100 | 0 | 100110 | 11111111 | 101011 | 101011 |
Color Harmonies of #573F9E
Complementary color
Monochromatic Colors of #573F9E
Black with #573F9E
Text Example
Text Example
White with #573F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F9E; }
p { color: rgb(87,63,158); }
H1.HeaderClassName
{
color: #573F9E;
}
.AnyTagClassName
{
color: #573F9E;
}
</style>
background-color css
<style>
a { background-color: #573F9E; }
a { background-color: rgb(87,63,158); }
div.DivClassName
{
background-color: #573F9E;
}
.BgClassName
{
background-color: #573F9E;
}
</style>
border-color css
<style>
span { border-color: #573F9E; }
span { border-color: rgb(87,63,158); }
td.TdClassName
{
border-color: #573F9E;
}
.TagClassName
{
border-color: #573F9E;
}
</style>