Shades of Bossanova #543855
Tints of Bossanova #543855
RGB
CMYK
RGB Variations
Color information
#543855 (or 0x543855) is known color: Bossanova. HEX triplet: 54, 38 and 55. RGB value is (84,56,85). Sum of RGB (Red+Green+Blue) = 84+56+85=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #543855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543855 is #ABC7AA. Grayscale: #434343. Windows color (decimal): -11257771 or 5584980. OLE color: 5584980.
HSL color Cylindrical-coordinate representation of color #543855: hue angle of 297.93º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #543855 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 85 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.67 |
| HSL | 297.93º | 0.21% | 0.28% | - |
| HSV(B) | 297.93º | 0.34% | 0.33% | - |
| XYZ | 6.71 | 5.37 | 9.28 | - |
| YUV | 67.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 85 | 0.01 | 0.34 | 0 | 0.67 | 297.93 | 0.21 | 0.28 |
| Hex | 54 | 38 | 55 | 1 | 22 | 0 | 43 | 12A | 15 | 1C |
| Octal | 124 | 70 | 125 | 1 | 42 | 0 | 103 | 452 | 25 | 34 |
| Binary | 1010100 | 111000 | 1010101 | 1 | 100010 | 0 | 1000011 | 100101010 | 10101 | 11100 |
Color Harmonies of #543855
Complementary color
Monochromatic Colors of #543855
Black with #543855
Text Example
Text Example
White with #543855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543855; }
p { color: rgb(84,56,85); }
H1.HeaderClassName
{
color: #543855;
}
.AnyTagClassName
{
color: #543855;
}
</style>
background-color css
<style>
a { background-color: #543855; }
a { background-color: rgb(84,56,85); }
div.DivClassName
{
background-color: #543855;
}
.BgClassName
{
background-color: #543855;
}
</style>
border-color css
<style>
span { border-color: #543855; }
span { border-color: rgb(84,56,85); }
td.TdClassName
{
border-color: #543855;
}
.TagClassName
{
border-color: #543855;
}
</style>