Shades of Honey Flower #543D66
Tints of Honey Flower #543D66
RGB
CMYK
RGB Variations
Color information
#543D66 (or 0x543D66) is known color: Honey Flower. HEX triplet: 54, 3D and 66. RGB value is (84,61,102). Sum of RGB (Red+Green+Blue) = 84+61+102=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #543D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D66 is #ABC299. Grayscale: #484848. Windows color (decimal): -11256474 or 6700372. OLE color: 6700372.
HSL color Cylindrical-coordinate representation of color #543D66: hue angle of 273.66º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #543D66 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 61 | 102 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.6 |
| HSL | 273.66º | 0.25% | 0.32% | - |
| HSV(B) | 273.66º | 0.4% | 0.4% | - |
| XYZ | 7.72 | 6.18 | 13.36 | - |
| YUV | 72.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 102 | 0.18 | 0.40 | 0 | 0.6 | 273.66 | 0.25 | 0.32 |
| Hex | 54 | 3D | 66 | 12 | 28 | 0 | 3C | 112 | 19 | 20 |
| Octal | 124 | 75 | 146 | 22 | 50 | 0 | 74 | 422 | 31 | 40 |
| Binary | 1010100 | 111101 | 1100110 | 10010 | 101000 | 0 | 111100 | 100010010 | 11001 | 100000 |
Color Harmonies of #543D66
Complementary color
Monochromatic Colors of #543D66
Black with #543D66
Text Example
Text Example
White with #543D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D66; }
p { color: rgb(84,61,102); }
H1.HeaderClassName
{
color: #543D66;
}
.AnyTagClassName
{
color: #543D66;
}
</style>
background-color css
<style>
a { background-color: #543D66; }
a { background-color: rgb(84,61,102); }
div.DivClassName
{
background-color: #543D66;
}
.BgClassName
{
background-color: #543D66;
}
</style>
border-color css
<style>
span { border-color: #543D66; }
span { border-color: rgb(84,61,102); }
td.TdClassName
{
border-color: #543D66;
}
.TagClassName
{
border-color: #543D66;
}
</style>