Shades of Honey Flower #542E6A
Tints of Honey Flower #542E6A
RGB
CMYK
RGB Variations
Color information
#542E6A (or 0x542E6A) is known color: Honey Flower. HEX triplet: 54, 2E and 6A. RGB value is (84,46,106). Sum of RGB (Red+Green+Blue) = 84+46+106=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #542E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E6A is #ABD195. Grayscale: #404040. Windows color (decimal): -11260310 or 6958676. OLE color: 6958676.
HSL color Cylindrical-coordinate representation of color #542E6A: hue angle of 278º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #542E6A is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 46 | 106 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.58 |
| HSL | 278º | 0.39% | 0.3% | - |
| HSV(B) | 278º | 0.57% | 0.42% | - |
| XYZ | 7.23 | 4.88 | 14.2 | - |
| YUV | 64.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 106 | 0.21 | 0.57 | 0 | 0.58 | 278 | 0.39 | 0.3 |
| Hex | 54 | 2E | 6A | 15 | 39 | 0 | 3A | 116 | 27 | 1E |
| Octal | 124 | 56 | 152 | 25 | 71 | 0 | 72 | 426 | 47 | 36 |
| Binary | 1010100 | 101110 | 1101010 | 10101 | 111001 | 0 | 111010 | 100010110 | 100111 | 11110 |
Color Harmonies of #542E6A
Complementary color
Monochromatic Colors of #542E6A
Black with #542E6A
Text Example
Text Example
White with #542E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E6A; }
p { color: rgb(84,46,106); }
H1.HeaderClassName
{
color: #542E6A;
}
.AnyTagClassName
{
color: #542E6A;
}
</style>
background-color css
<style>
a { background-color: #542E6A; }
a { background-color: rgb(84,46,106); }
div.DivClassName
{
background-color: #542E6A;
}
.BgClassName
{
background-color: #542E6A;
}
</style>
border-color css
<style>
span { border-color: #542E6A; }
span { border-color: rgb(84,46,106); }
td.TdClassName
{
border-color: #542E6A;
}
.TagClassName
{
border-color: #542E6A;
}
</style>