Shades of Daisy Bush #573DAB
Tints of Daisy Bush #573DAB
RGB
CMYK
RGB Variations
Color information
#573DAB (or 0x573DAB) is known color: Daisy Bush. HEX triplet: 57, 3D and AB. RGB value is (87,61,171). Sum of RGB (Red+Green+Blue) = 87+61+171=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #573DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573DAB is #A8C254. Grayscale: #505050. Windows color (decimal): -11059797 or 11222359. OLE color: 11222359.
HSL color Cylindrical-coordinate representation of color #573DAB: hue angle of 254.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #573DAB is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 61 | 171 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.33 |
| HSL | 254.18º | 0.47% | 0.45% | - |
| HSV(B) | 254.18º | 0.64% | 0.67% | - |
| XYZ | 12.95 | 8.3 | 39.45 | - |
| YUV | 81.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 171 | 0.49 | 0.64 | 0 | 0.33 | 254.18 | 0.47 | 0.45 |
| Hex | 57 | 3D | AB | 31 | 40 | 0 | 21 | FE | 2F | 2D |
| Octal | 127 | 75 | 253 | 61 | 100 | 0 | 41 | 376 | 57 | 55 |
| Binary | 1010111 | 111101 | 10101011 | 110001 | 1000000 | 0 | 100001 | 11111110 | 101111 | 101101 |
Color Harmonies of #573DAB
Complementary color
Monochromatic Colors of #573DAB
Black with #573DAB
Text Example
Text Example
White with #573DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DAB; }
p { color: rgb(87,61,171); }
H1.HeaderClassName
{
color: #573DAB;
}
.AnyTagClassName
{
color: #573DAB;
}
</style>
background-color css
<style>
a { background-color: #573DAB; }
a { background-color: rgb(87,61,171); }
div.DivClassName
{
background-color: #573DAB;
}
.BgClassName
{
background-color: #573DAB;
}
</style>
border-color css
<style>
span { border-color: #573DAB; }
span { border-color: rgb(87,61,171); }
td.TdClassName
{
border-color: #573DAB;
}
.TagClassName
{
border-color: #573DAB;
}
</style>