Shades of Daisy Bush #573D9D
Tints of Daisy Bush #573D9D
RGB
CMYK
RGB Variations
Color information
#573D9D (or 0x573D9D) is known color: Daisy Bush. HEX triplet: 57, 3D and 9D. RGB value is (87,61,157). Sum of RGB (Red+Green+Blue) = 87+61+157=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #573D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573D9D is #A8C262. Grayscale: #4F4F4F. Windows color (decimal): -11059811 or 10304855. OLE color: 10304855.
HSL color Cylindrical-coordinate representation of color #573D9D: hue angle of 256.25º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #573D9D is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 61 | 157 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.38 |
| HSL | 256.25º | 0.44% | 0.43% | - |
| HSV(B) | 256.25º | 0.61% | 0.62% | - |
| XYZ | 11.69 | 7.8 | 32.79 | - |
| YUV | 79.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 157 | 0.45 | 0.61 | 0 | 0.38 | 256.25 | 0.44 | 0.43 |
| Hex | 57 | 3D | 9D | 2D | 3D | 0 | 26 | 100 | 2C | 2B |
| Octal | 127 | 75 | 235 | 55 | 75 | 0 | 46 | 400 | 54 | 53 |
| Binary | 1010111 | 111101 | 10011101 | 101101 | 111101 | 0 | 100110 | 100000000 | 101100 | 101011 |
Color Harmonies of #573D9D
Complementary color
Monochromatic Colors of #573D9D
Black with #573D9D
Text Example
Text Example
White with #573D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D9D; }
p { color: rgb(87,61,157); }
H1.HeaderClassName
{
color: #573D9D;
}
.AnyTagClassName
{
color: #573D9D;
}
</style>
background-color css
<style>
a { background-color: #573D9D; }
a { background-color: rgb(87,61,157); }
div.DivClassName
{
background-color: #573D9D;
}
.BgClassName
{
background-color: #573D9D;
}
</style>
border-color css
<style>
span { border-color: #573D9D; }
span { border-color: rgb(87,61,157); }
td.TdClassName
{
border-color: #573D9D;
}
.TagClassName
{
border-color: #573D9D;
}
</style>