Shades of Honey Flower #542E6D
Tints of Honey Flower #542E6D
RGB
CMYK
RGB Variations
Color information
#542E6D (or 0x542E6D) is known color: Honey Flower. HEX triplet: 54, 2E and 6D. RGB value is (84,46,109). Sum of RGB (Red+Green+Blue) = 84+46+109=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #542E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E6D is #ABD192. Grayscale: #404040. Windows color (decimal): -11260307 or 7155284. OLE color: 7155284.
HSL color Cylindrical-coordinate representation of color #542E6D: hue angle of 276.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542E6D is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 46 | 109 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.57 |
| HSL | 276.19º | 0.41% | 0.3% | - |
| HSV(B) | 276.19º | 0.58% | 0.43% | - |
| XYZ | 7.39 | 4.94 | 15.03 | - |
| YUV | 64.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 109 | 0.23 | 0.58 | 0 | 0.57 | 276.19 | 0.41 | 0.3 |
| Hex | 54 | 2E | 6D | 17 | 3A | 0 | 39 | 114 | 29 | 1E |
| Octal | 124 | 56 | 155 | 27 | 72 | 0 | 71 | 424 | 51 | 36 |
| Binary | 1010100 | 101110 | 1101101 | 10111 | 111010 | 0 | 111001 | 100010100 | 101001 | 11110 |
Color Harmonies of #542E6D
Complementary color
Monochromatic Colors of #542E6D
Black with #542E6D
Text Example
Text Example
White with #542E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E6D; }
p { color: rgb(84,46,109); }
H1.HeaderClassName
{
color: #542E6D;
}
.AnyTagClassName
{
color: #542E6D;
}
</style>
background-color css
<style>
a { background-color: #542E6D; }
a { background-color: rgb(84,46,109); }
div.DivClassName
{
background-color: #542E6D;
}
.BgClassName
{
background-color: #542E6D;
}
</style>
border-color css
<style>
span { border-color: #542E6D; }
span { border-color: rgb(84,46,109); }
td.TdClassName
{
border-color: #542E6D;
}
.TagClassName
{
border-color: #542E6D;
}
</style>