Shades of Honey Flower #572F66
Tints of Honey Flower #572F66
RGB
CMYK
RGB Variations
Color information
#572F66 (or 0x572F66) is known color: Honey Flower. HEX triplet: 57, 2F and 66. RGB value is (87,47,102). Sum of RGB (Red+Green+Blue) = 87+47+102=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #572F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F66 is #A8D099. Grayscale: #414141. Windows color (decimal): -11063450 or 6696791. OLE color: 6696791.
HSL color Cylindrical-coordinate representation of color #572F66: hue angle of 283.64º 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 #572F66 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 47 | 102 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.6 |
| HSL | 283.64º | 0.37% | 0.29% | - |
| HSV(B) | 283.64º | 0.54% | 0.4% | - |
| XYZ | 7.35 | 5.02 | 13.15 | - |
| YUV | 65.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 102 | 0.15 | 0.54 | 0 | 0.6 | 283.64 | 0.37 | 0.29 |
| Hex | 57 | 2F | 66 | F | 36 | 0 | 3C | 11C | 25 | 1D |
| Octal | 127 | 57 | 146 | 17 | 66 | 0 | 74 | 434 | 45 | 35 |
| Binary | 1010111 | 101111 | 1100110 | 1111 | 110110 | 0 | 111100 | 100011100 | 100101 | 11101 |
Color Harmonies of #572F66
Complementary color
Monochromatic Colors of #572F66
Black with #572F66
Text Example
Text Example
White with #572F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F66; }
p { color: rgb(87,47,102); }
H1.HeaderClassName
{
color: #572F66;
}
.AnyTagClassName
{
color: #572F66;
}
</style>
background-color css
<style>
a { background-color: #572F66; }
a { background-color: rgb(87,47,102); }
div.DivClassName
{
background-color: #572F66;
}
.BgClassName
{
background-color: #572F66;
}
</style>
border-color css
<style>
span { border-color: #572F66; }
span { border-color: rgb(87,47,102); }
td.TdClassName
{
border-color: #572F66;
}
.TagClassName
{
border-color: #572F66;
}
</style>