Shades of Kingfisher Daisy #573D73
Tints of Kingfisher Daisy #573D73
RGB
CMYK
RGB Variations
Color information
#573D73 (or 0x573D73) is known color: Kingfisher Daisy. HEX triplet: 57, 3D and 73. RGB value is (87,61,115). Sum of RGB (Red+Green+Blue) = 87+61+115=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #573D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573D73 is #A8C28C. Grayscale: #4A4A4A. Windows color (decimal): -11059853 or 7552343. OLE color: 7552343.
HSL color Cylindrical-coordinate representation of color #573D73: hue angle of 268.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #573D73 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 61 | 115 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.55 |
| HSL | 268.89º | 0.31% | 0.35% | - |
| HSV(B) | 268.89º | 0.47% | 0.45% | - |
| XYZ | 8.69 | 6.6 | 17.04 | - |
| YUV | 74.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 115 | 0.24 | 0.47 | 0 | 0.55 | 268.89 | 0.31 | 0.35 |
| Hex | 57 | 3D | 73 | 18 | 2F | 0 | 37 | 10D | 1F | 23 |
| Octal | 127 | 75 | 163 | 30 | 57 | 0 | 67 | 415 | 37 | 43 |
| Binary | 1010111 | 111101 | 1110011 | 11000 | 101111 | 0 | 110111 | 100001101 | 11111 | 100011 |
Color Harmonies of #573D73
Complementary color
Monochromatic Colors of #573D73
Black with #573D73
Text Example
Text Example
White with #573D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D73; }
p { color: rgb(87,61,115); }
H1.HeaderClassName
{
color: #573D73;
}
.AnyTagClassName
{
color: #573D73;
}
</style>
background-color css
<style>
a { background-color: #573D73; }
a { background-color: rgb(87,61,115); }
div.DivClassName
{
background-color: #573D73;
}
.BgClassName
{
background-color: #573D73;
}
</style>
border-color css
<style>
span { border-color: #573D73; }
span { border-color: rgb(87,61,115); }
td.TdClassName
{
border-color: #573D73;
}
.TagClassName
{
border-color: #573D73;
}
</style>