Shades of Honey Flower #55465E
Tints of Honey Flower #55465E
RGB
CMYK
RGB Variations
Color information
#55465E (or 0x55465E) is known color: Honey Flower. HEX triplet: 55, 46 and 5E. RGB value is (85,70,94). Sum of RGB (Red+Green+Blue) = 85+70+94=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #55465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465E is #AAB9A1. Grayscale: #4D4D4D. Windows color (decimal): -11188642 or 6178389. OLE color: 6178389.
HSL color Cylindrical-coordinate representation of color #55465E: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55465E is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 70 | 94 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.63 |
| HSL | 277.5º | 0.15% | 0.32% | - |
| HSV(B) | 277.5º | 0.26% | 0.37% | - |
| XYZ | 7.96 | 7.12 | 11.54 | - |
| YUV | 77.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 94 | 0.10 | 0.26 | 0 | 0.63 | 277.5 | 0.15 | 0.32 |
| Hex | 55 | 46 | 5E | A | 1A | 0 | 3F | 116 | F | 20 |
| Octal | 125 | 106 | 136 | 12 | 32 | 0 | 77 | 426 | 17 | 40 |
| Binary | 1010101 | 1000110 | 1011110 | 1010 | 11010 | 0 | 111111 | 100010110 | 1111 | 100000 |
Color Harmonies of #55465E
Complementary color
Monochromatic Colors of #55465E
Black with #55465E
Text Example
Text Example
White with #55465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55465E; }
p { color: rgb(85,70,94); }
H1.HeaderClassName
{
color: #55465E;
}
.AnyTagClassName
{
color: #55465E;
}
</style>
background-color css
<style>
a { background-color: #55465E; }
a { background-color: rgb(85,70,94); }
div.DivClassName
{
background-color: #55465E;
}
.BgClassName
{
background-color: #55465E;
}
</style>
border-color css
<style>
span { border-color: #55465E; }
span { border-color: rgb(85,70,94); }
td.TdClassName
{
border-color: #55465E;
}
.TagClassName
{
border-color: #55465E;
}
</style>