Shades of Honey Flower #572E65
Tints of Honey Flower #572E65
RGB
CMYK
RGB Variations
Color information
#572E65 (or 0x572E65) is known color: Honey Flower. HEX triplet: 57, 2E and 65. RGB value is (87,46,101). Sum of RGB (Red+Green+Blue) = 87+46+101=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #572E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E65 is #A8D19A. Grayscale: #404040. Windows color (decimal): -11063707 or 6630999. OLE color: 6630999.
HSL color Cylindrical-coordinate representation of color #572E65: hue angle of 284.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572E65 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 46 | 101 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.60 |
| HSL | 284.73º | 0.37% | 0.29% | - |
| HSV(B) | 284.73º | 0.54% | 0.4% | - |
| XYZ | 7.26 | 4.92 | 12.88 | - |
| YUV | 64.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 101 | 0.14 | 0.54 | 0 | 0.60 | 284.73 | 0.37 | 0.29 |
| Hex | 57 | 2E | 65 | E | 36 | 0 | 3C | 11D | 25 | 1D |
| Octal | 127 | 56 | 145 | 16 | 66 | 0 | 74 | 435 | 45 | 35 |
| Binary | 1010111 | 101110 | 1100101 | 1110 | 110110 | 0 | 111100 | 100011101 | 100101 | 11101 |
Color Harmonies of #572E65
Complementary color
Monochromatic Colors of #572E65
Black with #572E65
Text Example
Text Example
White with #572E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E65; }
p { color: rgb(87,46,101); }
H1.HeaderClassName
{
color: #572E65;
}
.AnyTagClassName
{
color: #572E65;
}
</style>
background-color css
<style>
a { background-color: #572E65; }
a { background-color: rgb(87,46,101); }
div.DivClassName
{
background-color: #572E65;
}
.BgClassName
{
background-color: #572E65;
}
</style>
border-color css
<style>
span { border-color: #572E65; }
span { border-color: rgb(87,46,101); }
td.TdClassName
{
border-color: #572E65;
}
.TagClassName
{
border-color: #572E65;
}
</style>