Shades of Honey Flower #572F64
Tints of Honey Flower #572F64
RGB
CMYK
RGB Variations
Color information
#572F64 (or 0x572F64) is known color: Honey Flower. HEX triplet: 57, 2F and 64. RGB value is (87,47,100). Sum of RGB (Red+Green+Blue) = 87+47+100=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #572F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F64 is #A8D09B. Grayscale: #404040. Windows color (decimal): -11063452 or 6565719. OLE color: 6565719.
HSL color Cylindrical-coordinate representation of color #572F64: hue angle of 285.28º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572F64 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 47 | 100 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.61 |
| HSL | 285.28º | 0.36% | 0.29% | - |
| HSV(B) | 285.28º | 0.53% | 0.39% | - |
| XYZ | 7.25 | 4.98 | 12.64 | - |
| YUV | 65 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 100 | 0.13 | 0.53 | 0 | 0.61 | 285.28 | 0.36 | 0.29 |
| Hex | 57 | 2F | 64 | D | 35 | 0 | 3D | 11D | 24 | 1D |
| Octal | 127 | 57 | 144 | 15 | 65 | 0 | 75 | 435 | 44 | 35 |
| Binary | 1010111 | 101111 | 1100100 | 1101 | 110101 | 0 | 111101 | 100011101 | 100100 | 11101 |
Color Harmonies of #572F64
Complementary color
Monochromatic Colors of #572F64
Black with #572F64
Text Example
Text Example
White with #572F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F64; }
p { color: rgb(87,47,100); }
H1.HeaderClassName
{
color: #572F64;
}
.AnyTagClassName
{
color: #572F64;
}
</style>
background-color css
<style>
a { background-color: #572F64; }
a { background-color: rgb(87,47,100); }
div.DivClassName
{
background-color: #572F64;
}
.BgClassName
{
background-color: #572F64;
}
</style>
border-color css
<style>
span { border-color: #572F64; }
span { border-color: rgb(87,47,100); }
td.TdClassName
{
border-color: #572F64;
}
.TagClassName
{
border-color: #572F64;
}
</style>