Shades of Bossanova #544E55
Tints of Bossanova #544E55
RGB
CMYK
RGB Variations
Color information
#544E55 (or 0x544E55) is known color: Bossanova. HEX triplet: 54, 4E and 55. RGB value is (84,78,85). Sum of RGB (Red+Green+Blue) = 84+78+85=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 85 - color contains mainly: blue. Hex color #544E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E55 is #ABB1AA. Grayscale: #505050. Windows color (decimal): -11252139 or 5590612. OLE color: 5590612.
HSL color Cylindrical-coordinate representation of color #544E55: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #544E55 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 85 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.67 |
| HSL | 291.43º | 0.04% | 0.32% | - |
| HSV(B) | 291.43º | 0.08% | 0.33% | - |
| XYZ | 8.02 | 7.99 | 9.71 | - |
| YUV | 80.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 85 | 0.01 | 0.08 | 0 | 0.67 | 291.43 | 0.04 | 0.32 |
| Hex | 54 | 4E | 55 | 1 | 8 | 0 | 43 | 123 | 4 | 20 |
| Octal | 124 | 116 | 125 | 1 | 10 | 0 | 103 | 443 | 4 | 40 |
| Binary | 1010100 | 1001110 | 1010101 | 1 | 1000 | 0 | 1000011 | 100100011 | 100 | 100000 |
Color Harmonies of #544E55
Complementary color
Monochromatic Colors of #544E55
Black with #544E55
Text Example
Text Example
White with #544E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E55; }
p { color: rgb(84,78,85); }
H1.HeaderClassName
{
color: #544E55;
}
.AnyTagClassName
{
color: #544E55;
}
</style>
background-color css
<style>
a { background-color: #544E55; }
a { background-color: rgb(84,78,85); }
div.DivClassName
{
background-color: #544E55;
}
.BgClassName
{
background-color: #544E55;
}
</style>
border-color css
<style>
span { border-color: #544E55; }
span { border-color: rgb(84,78,85); }
td.TdClassName
{
border-color: #544E55;
}
.TagClassName
{
border-color: #544E55;
}
</style>