Shades of Honey Flower #54465C
Tints of Honey Flower #54465C
RGB
CMYK
RGB Variations
Color information
#54465C (or 0x54465C) is known color: Honey Flower. HEX triplet: 54, 46 and 5C. RGB value is (84,70,92). Sum of RGB (Red+Green+Blue) = 84+70+92=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #54465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54465C is #ABB9A3. Grayscale: #4C4C4C. Windows color (decimal): -11254180 or 6047316. OLE color: 6047316.
HSL color Cylindrical-coordinate representation of color #54465C: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54465C is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 70 | 92 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.64 |
| HSL | 278.18º | 0.14% | 0.32% | - |
| HSV(B) | 278.18º | 0.24% | 0.36% | - |
| XYZ | 7.78 | 7.04 | 11.07 | - |
| YUV | 76.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 92 | 0.09 | 0.24 | 0 | 0.64 | 278.18 | 0.14 | 0.32 |
| Hex | 54 | 46 | 5C | 9 | 18 | 0 | 40 | 116 | E | 20 |
| Octal | 124 | 106 | 134 | 11 | 30 | 0 | 100 | 426 | 16 | 40 |
| Binary | 1010100 | 1000110 | 1011100 | 1001 | 11000 | 0 | 1000000 | 100010110 | 1110 | 100000 |
Color Harmonies of #54465C
Complementary color
Monochromatic Colors of #54465C
Black with #54465C
Text Example
Text Example
White with #54465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54465C; }
p { color: rgb(84,70,92); }
H1.HeaderClassName
{
color: #54465C;
}
.AnyTagClassName
{
color: #54465C;
}
</style>
background-color css
<style>
a { background-color: #54465C; }
a { background-color: rgb(84,70,92); }
div.DivClassName
{
background-color: #54465C;
}
.BgClassName
{
background-color: #54465C;
}
</style>
border-color css
<style>
span { border-color: #54465C; }
span { border-color: rgb(84,70,92); }
td.TdClassName
{
border-color: #54465C;
}
.TagClassName
{
border-color: #54465C;
}
</style>