Shades of Bossanova #544859
Tints of Bossanova #544859
RGB
CMYK
RGB Variations
Color information
#544859 (or 0x544859) is known color: Bossanova. HEX triplet: 54, 48 and 59. RGB value is (84,72,89). Sum of RGB (Red+Green+Blue) = 84+72+89=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #544859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544859 is #ABB7A6. Grayscale: #4D4D4D. Windows color (decimal): -11253671 or 5851220. OLE color: 5851220.
HSL color Cylindrical-coordinate representation of color #544859: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544859 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 72 | 89 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.65 |
| HSL | 282.35º | 0.11% | 0.32% | - |
| HSV(B) | 282.35º | 0.19% | 0.35% | - |
| XYZ | 7.78 | 7.24 | 10.44 | - |
| YUV | 77.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 89 | 0.06 | 0.19 | 0 | 0.65 | 282.35 | 0.11 | 0.32 |
| Hex | 54 | 48 | 59 | 6 | 13 | 0 | 41 | 11A | B | 20 |
| Octal | 124 | 110 | 131 | 6 | 23 | 0 | 101 | 432 | 13 | 40 |
| Binary | 1010100 | 1001000 | 1011001 | 110 | 10011 | 0 | 1000001 | 100011010 | 1011 | 100000 |
Color Harmonies of #544859
Complementary color
Monochromatic Colors of #544859
Black with #544859
Text Example
Text Example
White with #544859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544859; }
p { color: rgb(84,72,89); }
H1.HeaderClassName
{
color: #544859;
}
.AnyTagClassName
{
color: #544859;
}
</style>
background-color css
<style>
a { background-color: #544859; }
a { background-color: rgb(84,72,89); }
div.DivClassName
{
background-color: #544859;
}
.BgClassName
{
background-color: #544859;
}
</style>
border-color css
<style>
span { border-color: #544859; }
span { border-color: rgb(84,72,89); }
td.TdClassName
{
border-color: #544859;
}
.TagClassName
{
border-color: #544859;
}
</style>