Shades of Bossanova #543A57
Tints of Bossanova #543A57
RGB
CMYK
RGB Variations
Color information
#543A57 (or 0x543A57) is known color: Bossanova. HEX triplet: 54, 3A and 57. RGB value is (84,58,87). Sum of RGB (Red+Green+Blue) = 84+58+87=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #543A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A57 is #ABC5A8. Grayscale: #444444. Windows color (decimal): -11257257 or 5716564. OLE color: 5716564.
HSL color Cylindrical-coordinate representation of color #543A57: hue angle of 293.79º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #543A57 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 58 | 87 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.66 |
| HSL | 293.79º | 0.2% | 0.28% | - |
| HSV(B) | 293.79º | 0.33% | 0.34% | - |
| XYZ | 6.89 | 5.6 | 9.73 | - |
| YUV | 69.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 87 | 0.03 | 0.33 | 0 | 0.66 | 293.79 | 0.2 | 0.28 |
| Hex | 54 | 3A | 57 | 3 | 21 | 0 | 42 | 126 | 14 | 1C |
| Octal | 124 | 72 | 127 | 3 | 41 | 0 | 102 | 446 | 24 | 34 |
| Binary | 1010100 | 111010 | 1010111 | 11 | 100001 | 0 | 1000010 | 100100110 | 10100 | 11100 |
Color Harmonies of #543A57
Complementary color
Monochromatic Colors of #543A57
Black with #543A57
Text Example
Text Example
White with #543A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A57; }
p { color: rgb(84,58,87); }
H1.HeaderClassName
{
color: #543A57;
}
.AnyTagClassName
{
color: #543A57;
}
</style>
background-color css
<style>
a { background-color: #543A57; }
a { background-color: rgb(84,58,87); }
div.DivClassName
{
background-color: #543A57;
}
.BgClassName
{
background-color: #543A57;
}
</style>
border-color css
<style>
span { border-color: #543A57; }
span { border-color: rgb(84,58,87); }
td.TdClassName
{
border-color: #543A57;
}
.TagClassName
{
border-color: #543A57;
}
</style>