Shades of Honey Flower #543C6D
Tints of Honey Flower #543C6D
RGB
CMYK
RGB Variations
Color information
#543C6D (or 0x543C6D) is known color: Honey Flower. HEX triplet: 54, 3C and 6D. RGB value is (84,60,109). Sum of RGB (Red+Green+Blue) = 84+60+109=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #543C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C6D is #ABC392. Grayscale: #484848. Windows color (decimal): -11256723 or 7158868. OLE color: 7158868.
HSL color Cylindrical-coordinate representation of color #543C6D: hue angle of 269.39º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #543C6D is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 60 | 109 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.57 |
| HSL | 269.39º | 0.29% | 0.33% | - |
| HSV(B) | 269.39º | 0.45% | 0.43% | - |
| XYZ | 8.03 | 6.22 | 15.25 | - |
| YUV | 72.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 109 | 0.23 | 0.45 | 0 | 0.57 | 269.39 | 0.29 | 0.33 |
| Hex | 54 | 3C | 6D | 17 | 2D | 0 | 39 | 10D | 1D | 21 |
| Octal | 124 | 74 | 155 | 27 | 55 | 0 | 71 | 415 | 35 | 41 |
| Binary | 1010100 | 111100 | 1101101 | 10111 | 101101 | 0 | 111001 | 100001101 | 11101 | 100001 |
Color Harmonies of #543C6D
Complementary color
Monochromatic Colors of #543C6D
Black with #543C6D
Text Example
Text Example
White with #543C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C6D; }
p { color: rgb(84,60,109); }
H1.HeaderClassName
{
color: #543C6D;
}
.AnyTagClassName
{
color: #543C6D;
}
</style>
background-color css
<style>
a { background-color: #543C6D; }
a { background-color: rgb(84,60,109); }
div.DivClassName
{
background-color: #543C6D;
}
.BgClassName
{
background-color: #543C6D;
}
</style>
border-color css
<style>
span { border-color: #543C6D; }
span { border-color: rgb(84,60,109); }
td.TdClassName
{
border-color: #543C6D;
}
.TagClassName
{
border-color: #543C6D;
}
</style>