Shades of Honey Flower #543C68
Tints of Honey Flower #543C68
RGB
CMYK
RGB Variations
Color information
#543C68 (or 0x543C68) is known color: Honey Flower. HEX triplet: 54, 3C and 68. RGB value is (84,60,104). Sum of RGB (Red+Green+Blue) = 84+60+104=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #543C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C68 is #ABC397. Grayscale: #484848. Windows color (decimal): -11256728 or 6831188. OLE color: 6831188.
HSL color Cylindrical-coordinate representation of color #543C68: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #543C68 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 60 | 104 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.59 |
| HSL | 272.73º | 0.27% | 0.32% | - |
| HSV(B) | 272.73º | 0.42% | 0.41% | - |
| XYZ | 7.77 | 6.12 | 13.87 | - |
| YUV | 72.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 104 | 0.19 | 0.42 | 0 | 0.59 | 272.73 | 0.27 | 0.32 |
| Hex | 54 | 3C | 68 | 13 | 2A | 0 | 3B | 111 | 1B | 20 |
| Octal | 124 | 74 | 150 | 23 | 52 | 0 | 73 | 421 | 33 | 40 |
| Binary | 1010100 | 111100 | 1101000 | 10011 | 101010 | 0 | 111011 | 100010001 | 11011 | 100000 |
Color Harmonies of #543C68
Complementary color
Monochromatic Colors of #543C68
Black with #543C68
Text Example
Text Example
White with #543C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C68; }
p { color: rgb(84,60,104); }
H1.HeaderClassName
{
color: #543C68;
}
.AnyTagClassName
{
color: #543C68;
}
</style>
background-color css
<style>
a { background-color: #543C68; }
a { background-color: rgb(84,60,104); }
div.DivClassName
{
background-color: #543C68;
}
.BgClassName
{
background-color: #543C68;
}
</style>
border-color css
<style>
span { border-color: #543C68; }
span { border-color: rgb(84,60,104); }
td.TdClassName
{
border-color: #543C68;
}
.TagClassName
{
border-color: #543C68;
}
</style>