Shades of Kingfisher Daisy #572C76
Tints of Kingfisher Daisy #572C76
RGB
CMYK
RGB Variations
Color information
#572C76 (or 0x572C76) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 76. RGB value is (87,44,118). Sum of RGB (Red+Green+Blue) = 87+44+118=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #572C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C76 is #A8D389. Grayscale: #414141. Windows color (decimal): -11064202 or 7744599. OLE color: 7744599.
HSL color Cylindrical-coordinate representation of color #572C76: hue angle of 274.86º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572C76 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 44 | 118 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.54 |
| HSL | 274.86º | 0.46% | 0.32% | - |
| HSV(B) | 274.86º | 0.63% | 0.46% | - |
| XYZ | 8.1 | 5.14 | 17.7 | - |
| YUV | 65.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 118 | 0.26 | 0.63 | 0 | 0.54 | 274.86 | 0.46 | 0.32 |
| Hex | 57 | 2C | 76 | 1A | 3F | 0 | 36 | 113 | 2E | 20 |
| Octal | 127 | 54 | 166 | 32 | 77 | 0 | 66 | 423 | 56 | 40 |
| Binary | 1010111 | 101100 | 1110110 | 11010 | 111111 | 0 | 110110 | 100010011 | 101110 | 100000 |
Color Harmonies of #572C76
Complementary color
Monochromatic Colors of #572C76
Black with #572C76
Text Example
Text Example
White with #572C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C76; }
p { color: rgb(87,44,118); }
H1.HeaderClassName
{
color: #572C76;
}
.AnyTagClassName
{
color: #572C76;
}
</style>
background-color css
<style>
a { background-color: #572C76; }
a { background-color: rgb(87,44,118); }
div.DivClassName
{
background-color: #572C76;
}
.BgClassName
{
background-color: #572C76;
}
</style>
border-color css
<style>
span { border-color: #572C76; }
span { border-color: rgb(87,44,118); }
td.TdClassName
{
border-color: #572C76;
}
.TagClassName
{
border-color: #572C76;
}
</style>