Shades of Kingfisher Daisy #572E76
Tints of Kingfisher Daisy #572E76
RGB
CMYK
RGB Variations
Color information
#572E76 (or 0x572E76) is known color: Kingfisher Daisy. HEX triplet: 57, 2E and 76. RGB value is (87,46,118). Sum of RGB (Red+Green+Blue) = 87+46+118=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #572E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E76 is #A8D189. Grayscale: #424242. Windows color (decimal): -11063690 or 7745111. OLE color: 7745111.
HSL color Cylindrical-coordinate representation of color #572E76: hue angle of 274.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572E76 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 46 | 118 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.54 |
| HSL | 274.17º | 0.44% | 0.32% | - |
| HSV(B) | 274.17º | 0.61% | 0.46% | - |
| XYZ | 8.18 | 5.29 | 17.73 | - |
| YUV | 66.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 118 | 0.26 | 0.61 | 0 | 0.54 | 274.17 | 0.44 | 0.32 |
| Hex | 57 | 2E | 76 | 1A | 3D | 0 | 36 | 112 | 2C | 20 |
| Octal | 127 | 56 | 166 | 32 | 75 | 0 | 66 | 422 | 54 | 40 |
| Binary | 1010111 | 101110 | 1110110 | 11010 | 111101 | 0 | 110110 | 100010010 | 101100 | 100000 |
Color Harmonies of #572E76
Complementary color
Monochromatic Colors of #572E76
Black with #572E76
Text Example
Text Example
White with #572E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E76; }
p { color: rgb(87,46,118); }
H1.HeaderClassName
{
color: #572E76;
}
.AnyTagClassName
{
color: #572E76;
}
</style>
background-color css
<style>
a { background-color: #572E76; }
a { background-color: rgb(87,46,118); }
div.DivClassName
{
background-color: #572E76;
}
.BgClassName
{
background-color: #572E76;
}
</style>
border-color css
<style>
span { border-color: #572E76; }
span { border-color: rgb(87,46,118); }
td.TdClassName
{
border-color: #572E76;
}
.TagClassName
{
border-color: #572E76;
}
</style>