Shades of Daisy Bush #573D9B
Tints of Daisy Bush #573D9B
RGB
CMYK
RGB Variations
Color information
#573D9B (or 0x573D9B) is known color: Daisy Bush. HEX triplet: 57, 3D and 9B. RGB value is (87,61,155). Sum of RGB (Red+Green+Blue) = 87+61+155=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #573D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573D9B is #A8C264. Grayscale: #4F4F4F. Windows color (decimal): -11059813 or 10173783. OLE color: 10173783.
HSL color Cylindrical-coordinate representation of color #573D9B: hue angle of 256.6º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #573D9B is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 61 | 155 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.39 |
| HSL | 256.6º | 0.44% | 0.42% | - |
| HSV(B) | 256.6º | 0.61% | 0.61% | - |
| XYZ | 11.52 | 7.73 | 31.9 | - |
| YUV | 79.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 155 | 0.44 | 0.61 | 0 | 0.39 | 256.6 | 0.44 | 0.42 |
| Hex | 57 | 3D | 9B | 2C | 3D | 0 | 27 | 101 | 2C | 2A |
| Octal | 127 | 75 | 233 | 54 | 75 | 0 | 47 | 401 | 54 | 52 |
| Binary | 1010111 | 111101 | 10011011 | 101100 | 111101 | 0 | 100111 | 100000001 | 101100 | 101010 |
Color Harmonies of #573D9B
Complementary color
Monochromatic Colors of #573D9B
Black with #573D9B
Text Example
Text Example
White with #573D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D9B; }
p { color: rgb(87,61,155); }
H1.HeaderClassName
{
color: #573D9B;
}
.AnyTagClassName
{
color: #573D9B;
}
</style>
background-color css
<style>
a { background-color: #573D9B; }
a { background-color: rgb(87,61,155); }
div.DivClassName
{
background-color: #573D9B;
}
.BgClassName
{
background-color: #573D9B;
}
</style>
border-color css
<style>
span { border-color: #573D9B; }
span { border-color: rgb(87,61,155); }
td.TdClassName
{
border-color: #573D9B;
}
.TagClassName
{
border-color: #573D9B;
}
</style>