Shades of Kingfisher Daisy #572C84
Tints of Kingfisher Daisy #572C84
RGB
CMYK
RGB Variations
Color information
#572C84 (or 0x572C84) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 84. RGB value is (87,44,132). Sum of RGB (Red+Green+Blue) = 87+44+132=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #572C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C84 is #A8D37B. Grayscale: #424242. Windows color (decimal): -11064188 or 8662103. OLE color: 8662103.
HSL color Cylindrical-coordinate representation of color #572C84: hue angle of 269.32º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572C84 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 44 | 132 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.48 |
| HSL | 269.32º | 0.5% | 0.35% | - |
| HSV(B) | 269.32º | 0.67% | 0.52% | - |
| XYZ | 9 | 5.49 | 22.42 | - |
| YUV | 66.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 132 | 0.34 | 0.67 | 0 | 0.48 | 269.32 | 0.5 | 0.35 |
| Hex | 57 | 2C | 84 | 22 | 43 | 0 | 30 | 10D | 32 | 23 |
| Octal | 127 | 54 | 204 | 42 | 103 | 0 | 60 | 415 | 62 | 43 |
| Binary | 1010111 | 101100 | 10000100 | 100010 | 1000011 | 0 | 110000 | 100001101 | 110010 | 100011 |
Color Harmonies of #572C84
Complementary color
Monochromatic Colors of #572C84
Black with #572C84
Text Example
Text Example
White with #572C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C84; }
p { color: rgb(87,44,132); }
H1.HeaderClassName
{
color: #572C84;
}
.AnyTagClassName
{
color: #572C84;
}
</style>
background-color css
<style>
a { background-color: #572C84; }
a { background-color: rgb(87,44,132); }
div.DivClassName
{
background-color: #572C84;
}
.BgClassName
{
background-color: #572C84;
}
</style>
border-color css
<style>
span { border-color: #572C84; }
span { border-color: rgb(87,44,132); }
td.TdClassName
{
border-color: #572C84;
}
.TagClassName
{
border-color: #572C84;
}
</style>