Shades of Kingfisher Daisy #572C7C
Tints of Kingfisher Daisy #572C7C
RGB
CMYK
RGB Variations
Color information
#572C7C (or 0x572C7C) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 7C. RGB value is (87,44,124). Sum of RGB (Red+Green+Blue) = 87+44+124=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #572C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C7C is #A8D383. Grayscale: #414141. Windows color (decimal): -11064196 or 8137815. OLE color: 8137815.
HSL color Cylindrical-coordinate representation of color #572C7C: hue angle of 272.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #572C7C is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 44 | 124 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.51 |
| HSL | 272.25º | 0.48% | 0.33% | - |
| HSV(B) | 272.25º | 0.65% | 0.49% | - |
| XYZ | 8.47 | 5.28 | 19.64 | - |
| YUV | 65.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 124 | 0.30 | 0.65 | 0 | 0.51 | 272.25 | 0.48 | 0.33 |
| Hex | 57 | 2C | 7C | 1E | 41 | 0 | 33 | 110 | 30 | 21 |
| Octal | 127 | 54 | 174 | 36 | 101 | 0 | 63 | 420 | 60 | 41 |
| Binary | 1010111 | 101100 | 1111100 | 11110 | 1000001 | 0 | 110011 | 100010000 | 110000 | 100001 |
Color Harmonies of #572C7C
Complementary color
Monochromatic Colors of #572C7C
Black with #572C7C
Text Example
Text Example
White with #572C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C7C; }
p { color: rgb(87,44,124); }
H1.HeaderClassName
{
color: #572C7C;
}
.AnyTagClassName
{
color: #572C7C;
}
</style>
background-color css
<style>
a { background-color: #572C7C; }
a { background-color: rgb(87,44,124); }
div.DivClassName
{
background-color: #572C7C;
}
.BgClassName
{
background-color: #572C7C;
}
</style>
border-color css
<style>
span { border-color: #572C7C; }
span { border-color: rgb(87,44,124); }
td.TdClassName
{
border-color: #572C7C;
}
.TagClassName
{
border-color: #572C7C;
}
</style>