Shades of Honey Flower #543D62
Tints of Honey Flower #543D62
RGB
CMYK
RGB Variations
Color information
#543D62 (or 0x543D62) is known color: Honey Flower. HEX triplet: 54, 3D and 62. RGB value is (84,61,98). Sum of RGB (Red+Green+Blue) = 84+61+98=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #543D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D62 is #ABC29D. Grayscale: #474747. Windows color (decimal): -11256478 or 6438228. OLE color: 6438228.
HSL color Cylindrical-coordinate representation of color #543D62: hue angle of 277.3º 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 #543D62 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 61 | 98 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.62 |
| HSL | 277.3º | 0.23% | 0.31% | - |
| HSV(B) | 277.3º | 0.38% | 0.38% | - |
| XYZ | 7.53 | 6.1 | 12.34 | - |
| YUV | 72.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 98 | 0.14 | 0.38 | 0 | 0.62 | 277.3 | 0.23 | 0.31 |
| Hex | 54 | 3D | 62 | E | 26 | 0 | 3E | 115 | 17 | 1F |
| Octal | 124 | 75 | 142 | 16 | 46 | 0 | 76 | 425 | 27 | 37 |
| Binary | 1010100 | 111101 | 1100010 | 1110 | 100110 | 0 | 111110 | 100010101 | 10111 | 11111 |
Color Harmonies of #543D62
Complementary color
Monochromatic Colors of #543D62
Black with #543D62
Text Example
Text Example
White with #543D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D62; }
p { color: rgb(84,61,98); }
H1.HeaderClassName
{
color: #543D62;
}
.AnyTagClassName
{
color: #543D62;
}
</style>
background-color css
<style>
a { background-color: #543D62; }
a { background-color: rgb(84,61,98); }
div.DivClassName
{
background-color: #543D62;
}
.BgClassName
{
background-color: #543D62;
}
</style>
border-color css
<style>
span { border-color: #543D62; }
span { border-color: rgb(84,61,98); }
td.TdClassName
{
border-color: #543D62;
}
.TagClassName
{
border-color: #543D62;
}
</style>