Shades of Honey Flower #543C60
Tints of Honey Flower #543C60
RGB
CMYK
RGB Variations
Color information
#543C60 (or 0x543C60) is known color: Honey Flower. HEX triplet: 54, 3C and 60. RGB value is (84,60,96). Sum of RGB (Red+Green+Blue) = 84+60+96=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #543C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C60 is #ABC39F. Grayscale: #474747. Windows color (decimal): -11256736 or 6306900. OLE color: 6306900.
HSL color Cylindrical-coordinate representation of color #543C60: hue angle of 280º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #543C60 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 60 | 96 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.62 |
| HSL | 280º | 0.23% | 0.31% | - |
| HSV(B) | 280º | 0.38% | 0.38% | - |
| XYZ | 7.38 | 5.96 | 11.83 | - |
| YUV | 71.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 96 | 0.12 | 0.38 | 0 | 0.62 | 280 | 0.23 | 0.31 |
| Hex | 54 | 3C | 60 | C | 26 | 0 | 3E | 118 | 17 | 1F |
| Octal | 124 | 74 | 140 | 14 | 46 | 0 | 76 | 430 | 27 | 37 |
| Binary | 1010100 | 111100 | 1100000 | 1100 | 100110 | 0 | 111110 | 100011000 | 10111 | 11111 |
Color Harmonies of #543C60
Complementary color
Monochromatic Colors of #543C60
Black with #543C60
Text Example
Text Example
White with #543C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C60; }
p { color: rgb(84,60,96); }
H1.HeaderClassName
{
color: #543C60;
}
.AnyTagClassName
{
color: #543C60;
}
</style>
background-color css
<style>
a { background-color: #543C60; }
a { background-color: rgb(84,60,96); }
div.DivClassName
{
background-color: #543C60;
}
.BgClassName
{
background-color: #543C60;
}
</style>
border-color css
<style>
span { border-color: #543C60; }
span { border-color: rgb(84,60,96); }
td.TdClassName
{
border-color: #543C60;
}
.TagClassName
{
border-color: #543C60;
}
</style>