Shades of Bossanova #544856
Tints of Bossanova #544856
RGB
CMYK
RGB Variations
Color information
#544856 (or 0x544856) is known color: Bossanova. HEX triplet: 54, 48 and 56. RGB value is (84,72,86). Sum of RGB (Red+Green+Blue) = 84+72+86=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #544856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544856 is #ABB7A9. Grayscale: #4D4D4D. Windows color (decimal): -11253674 or 5654612. OLE color: 5654612.
HSL color Cylindrical-coordinate representation of color #544856: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #544856 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 72 | 86 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.66 |
| HSL | 291.43º | 0.09% | 0.31% | - |
| HSV(B) | 291.43º | 0.16% | 0.34% | - |
| XYZ | 7.65 | 7.19 | 9.79 | - |
| YUV | 77.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 86 | 0.02 | 0.16 | 0 | 0.66 | 291.43 | 0.09 | 0.31 |
| Hex | 54 | 48 | 56 | 2 | 10 | 0 | 42 | 123 | 9 | 1F |
| Octal | 124 | 110 | 126 | 2 | 20 | 0 | 102 | 443 | 11 | 37 |
| Binary | 1010100 | 1001000 | 1010110 | 10 | 10000 | 0 | 1000010 | 100100011 | 1001 | 11111 |
Color Harmonies of #544856
Complementary color
Monochromatic Colors of #544856
Black with #544856
Text Example
Text Example
White with #544856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544856; }
p { color: rgb(84,72,86); }
H1.HeaderClassName
{
color: #544856;
}
.AnyTagClassName
{
color: #544856;
}
</style>
background-color css
<style>
a { background-color: #544856; }
a { background-color: rgb(84,72,86); }
div.DivClassName
{
background-color: #544856;
}
.BgClassName
{
background-color: #544856;
}
</style>
border-color css
<style>
span { border-color: #544856; }
span { border-color: rgb(84,72,86); }
td.TdClassName
{
border-color: #544856;
}
.TagClassName
{
border-color: #544856;
}
</style>