Shades of Daisy Bush #573A8A
Tints of Daisy Bush #573A8A
RGB
CMYK
RGB Variations
Color information
#573A8A (or 0x573A8A) is known color: Daisy Bush. HEX triplet: 57, 3A and 8A. RGB value is (87,58,138). Sum of RGB (Red+Green+Blue) = 87+58+138=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #573A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573A8A is #A8C575. Grayscale: #4B4B4B. Windows color (decimal): -11060598 or 9058903. OLE color: 9058903.
HSL color Cylindrical-coordinate representation of color #573A8A: hue angle of 261.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #573A8A is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 58 | 138 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.46 |
| HSL | 261.75º | 0.41% | 0.38% | - |
| HSV(B) | 261.75º | 0.58% | 0.54% | - |
| XYZ | 10.03 | 6.89 | 24.85 | - |
| YUV | 75.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 138 | 0.37 | 0.58 | 0 | 0.46 | 261.75 | 0.41 | 0.38 |
| Hex | 57 | 3A | 8A | 25 | 3A | 0 | 2E | 106 | 29 | 26 |
| Octal | 127 | 72 | 212 | 45 | 72 | 0 | 56 | 406 | 51 | 46 |
| Binary | 1010111 | 111010 | 10001010 | 100101 | 111010 | 0 | 101110 | 100000110 | 101001 | 100110 |
Color Harmonies of #573A8A
Complementary color
Monochromatic Colors of #573A8A
Black with #573A8A
Text Example
Text Example
White with #573A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A8A; }
p { color: rgb(87,58,138); }
H1.HeaderClassName
{
color: #573A8A;
}
.AnyTagClassName
{
color: #573A8A;
}
</style>
background-color css
<style>
a { background-color: #573A8A; }
a { background-color: rgb(87,58,138); }
div.DivClassName
{
background-color: #573A8A;
}
.BgClassName
{
background-color: #573A8A;
}
</style>
border-color css
<style>
span { border-color: #573A8A; }
span { border-color: rgb(87,58,138); }
td.TdClassName
{
border-color: #573A8A;
}
.TagClassName
{
border-color: #573A8A;
}
</style>