Shades of Kingfisher Daisy #572E75
Tints of Kingfisher Daisy #572E75
RGB
CMYK
RGB Variations
Color information
#572E75 (or 0x572E75) is known color: Kingfisher Daisy. HEX triplet: 57, 2E and 75. RGB value is (87,46,117). Sum of RGB (Red+Green+Blue) = 87+46+117=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #572E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E75 is #A8D18A. Grayscale: #424242. Windows color (decimal): -11063691 or 7679575. OLE color: 7679575.
HSL color Cylindrical-coordinate representation of color #572E75: hue angle of 274.65º 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 #572E75 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 46 | 117 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.54 |
| HSL | 274.65º | 0.44% | 0.32% | - |
| HSV(B) | 274.65º | 0.61% | 0.46% | - |
| XYZ | 8.12 | 5.26 | 17.42 | - |
| YUV | 66.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 117 | 0.26 | 0.61 | 0 | 0.54 | 274.65 | 0.44 | 0.32 |
| Hex | 57 | 2E | 75 | 1A | 3D | 0 | 36 | 113 | 2C | 20 |
| Octal | 127 | 56 | 165 | 32 | 75 | 0 | 66 | 423 | 54 | 40 |
| Binary | 1010111 | 101110 | 1110101 | 11010 | 111101 | 0 | 110110 | 100010011 | 101100 | 100000 |
Color Harmonies of #572E75
Complementary color
Monochromatic Colors of #572E75
Black with #572E75
Text Example
Text Example
White with #572E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E75; }
p { color: rgb(87,46,117); }
H1.HeaderClassName
{
color: #572E75;
}
.AnyTagClassName
{
color: #572E75;
}
</style>
background-color css
<style>
a { background-color: #572E75; }
a { background-color: rgb(87,46,117); }
div.DivClassName
{
background-color: #572E75;
}
.BgClassName
{
background-color: #572E75;
}
</style>
border-color css
<style>
span { border-color: #572E75; }
span { border-color: rgb(87,46,117); }
td.TdClassName
{
border-color: #572E75;
}
.TagClassName
{
border-color: #572E75;
}
</style>