Shades of Daisy Bush #573C93
Tints of Daisy Bush #573C93
RGB
CMYK
RGB Variations
Color information
#573C93 (or 0x573C93) is known color: Daisy Bush. HEX triplet: 57, 3C and 93. RGB value is (87,60,147). Sum of RGB (Red+Green+Blue) = 87+60+147=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #573C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573C93 is #A8C36C. Grayscale: #4D4D4D. Windows color (decimal): -11060077 or 9649239. OLE color: 9649239.
HSL color Cylindrical-coordinate representation of color #573C93: hue angle of 258.62º 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 #573C93 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 60 | 147 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.42 |
| HSL | 258.62º | 0.42% | 0.41% | - |
| HSV(B) | 258.62º | 0.59% | 0.58% | - |
| XYZ | 10.81 | 7.36 | 28.46 | - |
| YUV | 77.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 147 | 0.41 | 0.59 | 0 | 0.42 | 258.62 | 0.42 | 0.41 |
| Hex | 57 | 3C | 93 | 29 | 3B | 0 | 2A | 103 | 2A | 29 |
| Octal | 127 | 74 | 223 | 51 | 73 | 0 | 52 | 403 | 52 | 51 |
| Binary | 1010111 | 111100 | 10010011 | 101001 | 111011 | 0 | 101010 | 100000011 | 101010 | 101001 |
Color Harmonies of #573C93
Complementary color
Monochromatic Colors of #573C93
Black with #573C93
Text Example
Text Example
White with #573C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C93; }
p { color: rgb(87,60,147); }
H1.HeaderClassName
{
color: #573C93;
}
.AnyTagClassName
{
color: #573C93;
}
</style>
background-color css
<style>
a { background-color: #573C93; }
a { background-color: rgb(87,60,147); }
div.DivClassName
{
background-color: #573C93;
}
.BgClassName
{
background-color: #573C93;
}
</style>
border-color css
<style>
span { border-color: #573C93; }
span { border-color: rgb(87,60,147); }
td.TdClassName
{
border-color: #573C93;
}
.TagClassName
{
border-color: #573C93;
}
</style>