Shades of Daisy Bush #573F92
Tints of Daisy Bush #573F92
RGB
CMYK
RGB Variations
Color information
#573F92 (or 0x573F92) is known color: Daisy Bush. HEX triplet: 57, 3F and 92. RGB value is (87,63,146). Sum of RGB (Red+Green+Blue) = 87+63+146=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #573F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573F92 is #A8C06D. Grayscale: #4F4F4F. Windows color (decimal): -11059310 or 9584471. OLE color: 9584471.
HSL color Cylindrical-coordinate representation of color #573F92: hue angle of 257.35º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #573F92 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 63 | 146 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.43 |
| HSL | 257.35º | 0.4% | 0.41% | - |
| HSV(B) | 257.35º | 0.57% | 0.57% | - |
| XYZ | 10.9 | 7.66 | 28.1 | - |
| YUV | 79.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 146 | 0.40 | 0.57 | 0 | 0.43 | 257.35 | 0.4 | 0.41 |
| Hex | 57 | 3F | 92 | 28 | 39 | 0 | 2B | 101 | 28 | 29 |
| Octal | 127 | 77 | 222 | 50 | 71 | 0 | 53 | 401 | 50 | 51 |
| Binary | 1010111 | 111111 | 10010010 | 101000 | 111001 | 0 | 101011 | 100000001 | 101000 | 101001 |
Color Harmonies of #573F92
Complementary color
Monochromatic Colors of #573F92
Black with #573F92
Text Example
Text Example
White with #573F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573F92; }
p { color: rgb(87,63,146); }
H1.HeaderClassName
{
color: #573F92;
}
.AnyTagClassName
{
color: #573F92;
}
</style>
background-color css
<style>
a { background-color: #573F92; }
a { background-color: rgb(87,63,146); }
div.DivClassName
{
background-color: #573F92;
}
.BgClassName
{
background-color: #573F92;
}
</style>
border-color css
<style>
span { border-color: #573F92; }
span { border-color: rgb(87,63,146); }
td.TdClassName
{
border-color: #573F92;
}
.TagClassName
{
border-color: #573F92;
}
</style>