Shades of Honey Flower #572E69
Tints of Honey Flower #572E69
RGB
CMYK
RGB Variations
Color information
#572E69 (or 0x572E69) is known color: Honey Flower. HEX triplet: 57, 2E and 69. RGB value is (87,46,105). Sum of RGB (Red+Green+Blue) = 87+46+105=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #572E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E69 is #A8D196. Grayscale: #404040. Windows color (decimal): -11063703 or 6893143. OLE color: 6893143.
HSL color Cylindrical-coordinate representation of color #572E69: hue angle of 281.69º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572E69 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 46 | 105 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.59 |
| HSL | 281.69º | 0.39% | 0.3% | - |
| HSV(B) | 281.69º | 0.56% | 0.41% | - |
| XYZ | 7.46 | 5 | 13.94 | - |
| YUV | 64.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 105 | 0.17 | 0.56 | 0 | 0.59 | 281.69 | 0.39 | 0.3 |
| Hex | 57 | 2E | 69 | 11 | 38 | 0 | 3B | 11A | 27 | 1E |
| Octal | 127 | 56 | 151 | 21 | 70 | 0 | 73 | 432 | 47 | 36 |
| Binary | 1010111 | 101110 | 1101001 | 10001 | 111000 | 0 | 111011 | 100011010 | 100111 | 11110 |
Color Harmonies of #572E69
Complementary color
Monochromatic Colors of #572E69
Black with #572E69
Text Example
Text Example
White with #572E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E69; }
p { color: rgb(87,46,105); }
H1.HeaderClassName
{
color: #572E69;
}
.AnyTagClassName
{
color: #572E69;
}
</style>
background-color css
<style>
a { background-color: #572E69; }
a { background-color: rgb(87,46,105); }
div.DivClassName
{
background-color: #572E69;
}
.BgClassName
{
background-color: #572E69;
}
</style>
border-color css
<style>
span { border-color: #572E69; }
span { border-color: rgb(87,46,105); }
td.TdClassName
{
border-color: #572E69;
}
.TagClassName
{
border-color: #572E69;
}
</style>