Shades of Bossanova #543D54
Tints of Bossanova #543D54
RGB
CMYK
RGB Variations
Color information
#543D54 (or 0x543D54) is known color: Bossanova. HEX triplet: 54, 3D and 54. RGB value is (84,61,84). Sum of RGB (Red+Green+Blue) = 84+61+84=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #543D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D54 is #ABC2AB. Grayscale: #464646. Windows color (decimal): -11256492 or 5520724. OLE color: 5520724.
HSL color Cylindrical-coordinate representation of color #543D54: hue angle of 300º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #543D54 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 84 | - |
| CMYK | 0 | 0.27 | 0 | 0.67 |
| HSL | 300º | 0.16% | 0.28% | - |
| HSV(B) | 300º | 0.27% | 0.33% | - |
| XYZ | 6.93 | 5.86 | 9.15 | - |
| YUV | 70.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 84 | 0 | 0.27 | 0 | 0.67 | 300 | 0.16 | 0.28 |
| Hex | 54 | 3D | 54 | 0 | 1B | 0 | 43 | 12C | 10 | 1C |
| Octal | 124 | 75 | 124 | 0 | 33 | 0 | 103 | 454 | 20 | 34 |
| Binary | 1010100 | 111101 | 1010100 | 0 | 11011 | 0 | 1000011 | 100101100 | 10000 | 11100 |
Color Harmonies of #543D54
Complementary color
Monochromatic Colors of #543D54
Black with #543D54
Text Example
Text Example
White with #543D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D54; }
p { color: rgb(84,61,84); }
H1.HeaderClassName
{
color: #543D54;
}
.AnyTagClassName
{
color: #543D54;
}
</style>
background-color css
<style>
a { background-color: #543D54; }
a { background-color: rgb(84,61,84); }
div.DivClassName
{
background-color: #543D54;
}
.BgClassName
{
background-color: #543D54;
}
</style>
border-color css
<style>
span { border-color: #543D54; }
span { border-color: rgb(84,61,84); }
td.TdClassName
{
border-color: #543D54;
}
.TagClassName
{
border-color: #543D54;
}
</style>