Shades of Honey Flower #54465E
Tints of Honey Flower #54465E
RGB
CMYK
RGB Variations
Color information
#54465E (or 0x54465E) is known color: Honey Flower. HEX triplet: 54, 46 and 5E. RGB value is (84,70,94). Sum of RGB (Red+Green+Blue) = 84+70+94=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #54465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54465E is #ABB9A1. Grayscale: #4C4C4C. Windows color (decimal): -11254178 or 6178388. OLE color: 6178388.
HSL color Cylindrical-coordinate representation of color #54465E: hue angle of 275º 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 #54465E is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 70 | 94 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.63 |
| HSL | 275º | 0.15% | 0.32% | - |
| HSV(B) | 275º | 0.26% | 0.37% | - |
| XYZ | 7.87 | 7.07 | 11.54 | - |
| YUV | 76.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 94 | 0.11 | 0.26 | 0 | 0.63 | 275 | 0.15 | 0.32 |
| Hex | 54 | 46 | 5E | B | 1A | 0 | 3F | 113 | F | 20 |
| Octal | 124 | 106 | 136 | 13 | 32 | 0 | 77 | 423 | 17 | 40 |
| Binary | 1010100 | 1000110 | 1011110 | 1011 | 11010 | 0 | 111111 | 100010011 | 1111 | 100000 |
Color Harmonies of #54465E
Complementary color
Monochromatic Colors of #54465E
Black with #54465E
Text Example
Text Example
White with #54465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54465E; }
p { color: rgb(84,70,94); }
H1.HeaderClassName
{
color: #54465E;
}
.AnyTagClassName
{
color: #54465E;
}
</style>
background-color css
<style>
a { background-color: #54465E; }
a { background-color: rgb(84,70,94); }
div.DivClassName
{
background-color: #54465E;
}
.BgClassName
{
background-color: #54465E;
}
</style>
border-color css
<style>
span { border-color: #54465E; }
span { border-color: rgb(84,70,94); }
td.TdClassName
{
border-color: #54465E;
}
.TagClassName
{
border-color: #54465E;
}
</style>