Shades of Honey Flower #54376D
Tints of Honey Flower #54376D
RGB
CMYK
RGB Variations
Color information
#54376D (or 0x54376D) is known color: Honey Flower. HEX triplet: 54, 37 and 6D. RGB value is (84,55,109). Sum of RGB (Red+Green+Blue) = 84+55+109=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #54376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54376D is #ABC892. Grayscale: #454545. Windows color (decimal): -11258003 or 7157588. OLE color: 7157588.
HSL color Cylindrical-coordinate representation of color #54376D: hue angle of 272.22º 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 #54376D is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 55 | 109 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.57 |
| HSL | 272.22º | 0.33% | 0.32% | - |
| HSV(B) | 272.22º | 0.5% | 0.43% | - |
| XYZ | 7.78 | 5.72 | 15.16 | - |
| YUV | 69.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 109 | 0.23 | 0.50 | 0 | 0.57 | 272.22 | 0.33 | 0.32 |
| Hex | 54 | 37 | 6D | 17 | 32 | 0 | 39 | 110 | 21 | 20 |
| Octal | 124 | 67 | 155 | 27 | 62 | 0 | 71 | 420 | 41 | 40 |
| Binary | 1010100 | 110111 | 1101101 | 10111 | 110010 | 0 | 111001 | 100010000 | 100001 | 100000 |
Color Harmonies of #54376D
Complementary color
Monochromatic Colors of #54376D
Black with #54376D
Text Example
Text Example
White with #54376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54376D; }
p { color: rgb(84,55,109); }
H1.HeaderClassName
{
color: #54376D;
}
.AnyTagClassName
{
color: #54376D;
}
</style>
background-color css
<style>
a { background-color: #54376D; }
a { background-color: rgb(84,55,109); }
div.DivClassName
{
background-color: #54376D;
}
.BgClassName
{
background-color: #54376D;
}
</style>
border-color css
<style>
span { border-color: #54376D; }
span { border-color: rgb(84,55,109); }
td.TdClassName
{
border-color: #54376D;
}
.TagClassName
{
border-color: #54376D;
}
</style>