Shades of Honey Flower #543F6A
Tints of Honey Flower #543F6A
RGB
CMYK
RGB Variations
Color information
#543F6A (or 0x543F6A) is known color: Honey Flower. HEX triplet: 54, 3F and 6A. RGB value is (84,63,106). Sum of RGB (Red+Green+Blue) = 84+63+106=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #543F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F6A is #ABC095. Grayscale: #4A4A4A. Windows color (decimal): -11255958 or 6963028. OLE color: 6963028.
HSL color Cylindrical-coordinate representation of color #543F6A: hue angle of 269.3º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #543F6A is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 63 | 106 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.58 |
| HSL | 269.3º | 0.25% | 0.33% | - |
| HSV(B) | 269.3º | 0.41% | 0.42% | - |
| XYZ | 8.04 | 6.48 | 14.46 | - |
| YUV | 74.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 106 | 0.21 | 0.41 | 0 | 0.58 | 269.3 | 0.25 | 0.33 |
| Hex | 54 | 3F | 6A | 15 | 29 | 0 | 3A | 10D | 19 | 21 |
| Octal | 124 | 77 | 152 | 25 | 51 | 0 | 72 | 415 | 31 | 41 |
| Binary | 1010100 | 111111 | 1101010 | 10101 | 101001 | 0 | 111010 | 100001101 | 11001 | 100001 |
Color Harmonies of #543F6A
Complementary color
Monochromatic Colors of #543F6A
Black with #543F6A
Text Example
Text Example
White with #543F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F6A; }
p { color: rgb(84,63,106); }
H1.HeaderClassName
{
color: #543F6A;
}
.AnyTagClassName
{
color: #543F6A;
}
</style>
background-color css
<style>
a { background-color: #543F6A; }
a { background-color: rgb(84,63,106); }
div.DivClassName
{
background-color: #543F6A;
}
.BgClassName
{
background-color: #543F6A;
}
</style>
border-color css
<style>
span { border-color: #543F6A; }
span { border-color: rgb(84,63,106); }
td.TdClassName
{
border-color: #543F6A;
}
.TagClassName
{
border-color: #543F6A;
}
</style>