Shades of Honey Flower #54376E
Tints of Honey Flower #54376E
RGB
CMYK
RGB Variations
Color information
#54376E (or 0x54376E) is known color: Honey Flower. HEX triplet: 54, 37 and 6E. RGB value is (84,55,110). Sum of RGB (Red+Green+Blue) = 84+55+110=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #54376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54376E is #ABC891. Grayscale: #454545. Windows color (decimal): -11258002 or 7223124. OLE color: 7223124.
HSL color Cylindrical-coordinate representation of color #54376E: hue angle of 271.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54376E is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 55 | 110 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.57 |
| HSL | 271.64º | 0.33% | 0.32% | - |
| HSV(B) | 271.64º | 0.5% | 0.43% | - |
| XYZ | 7.84 | 5.74 | 15.45 | - |
| YUV | 69.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 110 | 0.24 | 0.5 | 0 | 0.57 | 271.64 | 0.33 | 0.32 |
| Hex | 54 | 37 | 6E | 18 | 32 | 0 | 39 | 110 | 21 | 20 |
| Octal | 124 | 67 | 156 | 30 | 62 | 0 | 71 | 420 | 41 | 40 |
| Binary | 1010100 | 110111 | 1101110 | 11000 | 110010 | 0 | 111001 | 100010000 | 100001 | 100000 |
Color Harmonies of #54376E
Complementary color
Monochromatic Colors of #54376E
Black with #54376E
Text Example
Text Example
White with #54376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54376E; }
p { color: rgb(84,55,110); }
H1.HeaderClassName
{
color: #54376E;
}
.AnyTagClassName
{
color: #54376E;
}
</style>
background-color css
<style>
a { background-color: #54376E; }
a { background-color: rgb(84,55,110); }
div.DivClassName
{
background-color: #54376E;
}
.BgClassName
{
background-color: #54376E;
}
</style>
border-color css
<style>
span { border-color: #54376E; }
span { border-color: rgb(84,55,110); }
td.TdClassName
{
border-color: #54376E;
}
.TagClassName
{
border-color: #54376E;
}
</style>