Shades of Honey Flower #543E5C
Tints of Honey Flower #543E5C
RGB
CMYK
RGB Variations
Color information
#543E5C (or 0x543E5C) is known color: Honey Flower. HEX triplet: 54, 3E and 5C. RGB value is (84,62,92). Sum of RGB (Red+Green+Blue) = 84+62+92=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #543E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E5C is #ABC1A3. Grayscale: #474747. Windows color (decimal): -11256228 or 6045268. OLE color: 6045268.
HSL color Cylindrical-coordinate representation of color #543E5C: hue angle of 284º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #543E5C is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 62 | 92 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.64 |
| HSL | 284º | 0.19% | 0.3% | - |
| HSV(B) | 284º | 0.33% | 0.36% | - |
| XYZ | 7.31 | 6.1 | 10.92 | - |
| YUV | 72 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 92 | 0.09 | 0.33 | 0 | 0.64 | 284 | 0.19 | 0.3 |
| Hex | 54 | 3E | 5C | 9 | 21 | 0 | 40 | 11C | 13 | 1E |
| Octal | 124 | 76 | 134 | 11 | 41 | 0 | 100 | 434 | 23 | 36 |
| Binary | 1010100 | 111110 | 1011100 | 1001 | 100001 | 0 | 1000000 | 100011100 | 10011 | 11110 |
Color Harmonies of #543E5C
Complementary color
Monochromatic Colors of #543E5C
Black with #543E5C
Text Example
Text Example
White with #543E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E5C; }
p { color: rgb(84,62,92); }
H1.HeaderClassName
{
color: #543E5C;
}
.AnyTagClassName
{
color: #543E5C;
}
</style>
background-color css
<style>
a { background-color: #543E5C; }
a { background-color: rgb(84,62,92); }
div.DivClassName
{
background-color: #543E5C;
}
.BgClassName
{
background-color: #543E5C;
}
</style>
border-color css
<style>
span { border-color: #543E5C; }
span { border-color: rgb(84,62,92); }
td.TdClassName
{
border-color: #543E5C;
}
.TagClassName
{
border-color: #543E5C;
}
</style>