Shades of Kingfisher Daisy #573C85
Tints of Kingfisher Daisy #573C85
RGB
CMYK
RGB Variations
Color information
#573C85 (or 0x573C85) is known color: Kingfisher Daisy. HEX triplet: 57, 3C and 85. RGB value is (87,60,133). Sum of RGB (Red+Green+Blue) = 87+60+133=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #573C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573C85 is #A8C37A. Grayscale: #4C4C4C. Windows color (decimal): -11060091 or 8731735. OLE color: 8731735.
HSL color Cylindrical-coordinate representation of color #573C85: hue angle of 262.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #573C85 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 60 | 133 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.48 |
| HSL | 262.19º | 0.38% | 0.38% | - |
| HSV(B) | 262.19º | 0.55% | 0.52% | - |
| XYZ | 9.78 | 6.95 | 23.02 | - |
| YUV | 76.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 133 | 0.35 | 0.55 | 0 | 0.48 | 262.19 | 0.38 | 0.38 |
| Hex | 57 | 3C | 85 | 23 | 37 | 0 | 30 | 106 | 26 | 26 |
| Octal | 127 | 74 | 205 | 43 | 67 | 0 | 60 | 406 | 46 | 46 |
| Binary | 1010111 | 111100 | 10000101 | 100011 | 110111 | 0 | 110000 | 100000110 | 100110 | 100110 |
Color Harmonies of #573C85
Complementary color
Monochromatic Colors of #573C85
Black with #573C85
Text Example
Text Example
White with #573C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573C85; }
p { color: rgb(87,60,133); }
H1.HeaderClassName
{
color: #573C85;
}
.AnyTagClassName
{
color: #573C85;
}
</style>
background-color css
<style>
a { background-color: #573C85; }
a { background-color: rgb(87,60,133); }
div.DivClassName
{
background-color: #573C85;
}
.BgClassName
{
background-color: #573C85;
}
</style>
border-color css
<style>
span { border-color: #573C85; }
span { border-color: rgb(87,60,133); }
td.TdClassName
{
border-color: #573C85;
}
.TagClassName
{
border-color: #573C85;
}
</style>