Shades of Bossanova #543E54
Tints of Bossanova #543E54
RGB
CMYK
RGB Variations
Color information
#543E54 (or 0x543E54) is known color: Bossanova. HEX triplet: 54, 3E and 54. RGB value is (84,62,84). Sum of RGB (Red+Green+Blue) = 84+62+84=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #543E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543E54 is #ABC1AB. Grayscale: #474747. Windows color (decimal): -11256236 or 5520980. OLE color: 5520980.
HSL color Cylindrical-coordinate representation of color #543E54: hue angle of 300º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #543E54 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 84 | - |
| CMYK | 0 | 0.26 | 0 | 0.67 |
| HSL | 300º | 0.15% | 0.29% | - |
| HSV(B) | 300º | 0.26% | 0.33% | - |
| XYZ | 6.98 | 5.97 | 9.17 | - |
| YUV | 71.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 84 | 0 | 0.26 | 0 | 0.67 | 300 | 0.15 | 0.29 |
| Hex | 54 | 3E | 54 | 0 | 1A | 0 | 43 | 12C | F | 1D |
| Octal | 124 | 76 | 124 | 0 | 32 | 0 | 103 | 454 | 17 | 35 |
| Binary | 1010100 | 111110 | 1010100 | 0 | 11010 | 0 | 1000011 | 100101100 | 1111 | 11101 |
Color Harmonies of #543E54
Complementary color
Monochromatic Colors of #543E54
Black with #543E54
Text Example
Text Example
White with #543E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E54; }
p { color: rgb(84,62,84); }
H1.HeaderClassName
{
color: #543E54;
}
.AnyTagClassName
{
color: #543E54;
}
</style>
background-color css
<style>
a { background-color: #543E54; }
a { background-color: rgb(84,62,84); }
div.DivClassName
{
background-color: #543E54;
}
.BgClassName
{
background-color: #543E54;
}
</style>
border-color css
<style>
span { border-color: #543E54; }
span { border-color: rgb(84,62,84); }
td.TdClassName
{
border-color: #543E54;
}
.TagClassName
{
border-color: #543E54;
}
</style>