Shades of Honey Flower #543B6B
Tints of Honey Flower #543B6B
RGB
CMYK
RGB Variations
Color information
#543B6B (or 0x543B6B) is known color: Honey Flower. HEX triplet: 54, 3B and 6B. RGB value is (84,59,107). Sum of RGB (Red+Green+Blue) = 84+59+107=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #543B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B6B is #ABC494. Grayscale: #474747. Windows color (decimal): -11256981 or 7027540. OLE color: 7027540.
HSL color Cylindrical-coordinate representation of color #543B6B: hue angle of 271.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #543B6B is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 59 | 107 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.58 |
| HSL | 271.25º | 0.29% | 0.33% | - |
| HSV(B) | 271.25º | 0.45% | 0.42% | - |
| XYZ | 7.87 | 6.07 | 14.67 | - |
| YUV | 71.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 107 | 0.21 | 0.45 | 0 | 0.58 | 271.25 | 0.29 | 0.33 |
| Hex | 54 | 3B | 6B | 15 | 2D | 0 | 3A | 10F | 1D | 21 |
| Octal | 124 | 73 | 153 | 25 | 55 | 0 | 72 | 417 | 35 | 41 |
| Binary | 1010100 | 111011 | 1101011 | 10101 | 101101 | 0 | 111010 | 100001111 | 11101 | 100001 |
Color Harmonies of #543B6B
Complementary color
Monochromatic Colors of #543B6B
Black with #543B6B
Text Example
Text Example
White with #543B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B6B; }
p { color: rgb(84,59,107); }
H1.HeaderClassName
{
color: #543B6B;
}
.AnyTagClassName
{
color: #543B6B;
}
</style>
background-color css
<style>
a { background-color: #543B6B; }
a { background-color: rgb(84,59,107); }
div.DivClassName
{
background-color: #543B6B;
}
.BgClassName
{
background-color: #543B6B;
}
</style>
border-color css
<style>
span { border-color: #543B6B; }
span { border-color: rgb(84,59,107); }
td.TdClassName
{
border-color: #543B6B;
}
.TagClassName
{
border-color: #543B6B;
}
</style>