Shades of Kingfisher Daisy #572F84
Tints of Kingfisher Daisy #572F84
RGB
CMYK
RGB Variations
Color information
#572F84 (or 0x572F84) is known color: Kingfisher Daisy. HEX triplet: 57, 2F and 84. RGB value is (87,47,132). Sum of RGB (Red+Green+Blue) = 87+47+132=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #572F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F84 is #A8D07B. Grayscale: #444444. Windows color (decimal): -11063420 or 8662871. OLE color: 8662871.
HSL color Cylindrical-coordinate representation of color #572F84: hue angle of 268.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572F84 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 47 | 132 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.48 |
| HSL | 268.24º | 0.47% | 0.35% | - |
| HSV(B) | 268.24º | 0.64% | 0.52% | - |
| XYZ | 9.11 | 5.73 | 22.45 | - |
| YUV | 68.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 132 | 0.34 | 0.64 | 0 | 0.48 | 268.24 | 0.47 | 0.35 |
| Hex | 57 | 2F | 84 | 22 | 40 | 0 | 30 | 10C | 2F | 23 |
| Octal | 127 | 57 | 204 | 42 | 100 | 0 | 60 | 414 | 57 | 43 |
| Binary | 1010111 | 101111 | 10000100 | 100010 | 1000000 | 0 | 110000 | 100001100 | 101111 | 100011 |
Color Harmonies of #572F84
Complementary color
Monochromatic Colors of #572F84
Black with #572F84
Text Example
Text Example
White with #572F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F84; }
p { color: rgb(87,47,132); }
H1.HeaderClassName
{
color: #572F84;
}
.AnyTagClassName
{
color: #572F84;
}
</style>
background-color css
<style>
a { background-color: #572F84; }
a { background-color: rgb(87,47,132); }
div.DivClassName
{
background-color: #572F84;
}
.BgClassName
{
background-color: #572F84;
}
</style>
border-color css
<style>
span { border-color: #572F84; }
span { border-color: rgb(87,47,132); }
td.TdClassName
{
border-color: #572F84;
}
.TagClassName
{
border-color: #572F84;
}
</style>