Shades of Daisy Bush #573D94
Tints of Daisy Bush #573D94
RGB
CMYK
RGB Variations
Color information
#573D94 (or 0x573D94) is known color: Daisy Bush. HEX triplet: 57, 3D and 94. RGB value is (87,61,148). Sum of RGB (Red+Green+Blue) = 87+61+148=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #573D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573D94 is #A8C26B. Grayscale: #4E4E4E. Windows color (decimal): -11059820 or 9715031. OLE color: 9715031.
HSL color Cylindrical-coordinate representation of color #573D94: hue angle of 257.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #573D94 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 61 | 148 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.42 |
| HSL | 257.93º | 0.42% | 0.41% | - |
| HSV(B) | 257.93º | 0.59% | 0.58% | - |
| XYZ | 10.94 | 7.5 | 28.89 | - |
| YUV | 78.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 148 | 0.41 | 0.59 | 0 | 0.42 | 257.93 | 0.42 | 0.41 |
| Hex | 57 | 3D | 94 | 29 | 3B | 0 | 2A | 102 | 2A | 29 |
| Octal | 127 | 75 | 224 | 51 | 73 | 0 | 52 | 402 | 52 | 51 |
| Binary | 1010111 | 111101 | 10010100 | 101001 | 111011 | 0 | 101010 | 100000010 | 101010 | 101001 |
Color Harmonies of #573D94
Complementary color
Monochromatic Colors of #573D94
Black with #573D94
Text Example
Text Example
White with #573D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D94; }
p { color: rgb(87,61,148); }
H1.HeaderClassName
{
color: #573D94;
}
.AnyTagClassName
{
color: #573D94;
}
</style>
background-color css
<style>
a { background-color: #573D94; }
a { background-color: rgb(87,61,148); }
div.DivClassName
{
background-color: #573D94;
}
.BgClassName
{
background-color: #573D94;
}
</style>
border-color css
<style>
span { border-color: #573D94; }
span { border-color: rgb(87,61,148); }
td.TdClassName
{
border-color: #573D94;
}
.TagClassName
{
border-color: #573D94;
}
</style>