Shades of Honey Flower #572E71
Tints of Honey Flower #572E71
RGB
CMYK
RGB Variations
Color information
#572E71 (or 0x572E71) is known color: Honey Flower. HEX triplet: 57, 2E and 71. RGB value is (87,46,113). Sum of RGB (Red+Green+Blue) = 87+46+113=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #572E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E71 is #A8D18E. Grayscale: #414141. Windows color (decimal): -11063695 or 7417431. OLE color: 7417431.
HSL color Cylindrical-coordinate representation of color #572E71: hue angle of 276.72º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572E71 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 46 | 113 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.56 |
| HSL | 276.72º | 0.42% | 0.31% | - |
| HSV(B) | 276.72º | 0.59% | 0.44% | - |
| XYZ | 7.89 | 5.17 | 16.21 | - |
| YUV | 65.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 113 | 0.23 | 0.59 | 0 | 0.56 | 276.72 | 0.42 | 0.31 |
| Hex | 57 | 2E | 71 | 17 | 3B | 0 | 38 | 115 | 2A | 1F |
| Octal | 127 | 56 | 161 | 27 | 73 | 0 | 70 | 425 | 52 | 37 |
| Binary | 1010111 | 101110 | 1110001 | 10111 | 111011 | 0 | 111000 | 100010101 | 101010 | 11111 |
Color Harmonies of #572E71
Complementary color
Monochromatic Colors of #572E71
Black with #572E71
Text Example
Text Example
White with #572E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E71; }
p { color: rgb(87,46,113); }
H1.HeaderClassName
{
color: #572E71;
}
.AnyTagClassName
{
color: #572E71;
}
</style>
background-color css
<style>
a { background-color: #572E71; }
a { background-color: rgb(87,46,113); }
div.DivClassName
{
background-color: #572E71;
}
.BgClassName
{
background-color: #572E71;
}
</style>
border-color css
<style>
span { border-color: #572E71; }
span { border-color: rgb(87,46,113); }
td.TdClassName
{
border-color: #572E71;
}
.TagClassName
{
border-color: #572E71;
}
</style>