Shades of Bossanova #544F55
Tints of Bossanova #544F55
RGB
CMYK
RGB Variations
Color information
#544F55 (or 0x544F55) is known color: Bossanova. HEX triplet: 54, 4F and 55. RGB value is (84,79,85). Sum of RGB (Red+Green+Blue) = 84+79+85=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 85 - color contains mainly: blue. Hex color #544F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F55 is #ABB0AA. Grayscale: #515151. Windows color (decimal): -11251883 or 5590868. OLE color: 5590868.
HSL color Cylindrical-coordinate representation of color #544F55: hue angle of 290º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544F55 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 85 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.67 |
| HSL | 290º | 0.04% | 0.32% | - |
| HSV(B) | 290º | 0.07% | 0.33% | - |
| XYZ | 8.09 | 8.13 | 9.74 | - |
| YUV | 81.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 85 | 0.01 | 0.07 | 0 | 0.67 | 290 | 0.04 | 0.32 |
| Hex | 54 | 4F | 55 | 1 | 7 | 0 | 43 | 122 | 4 | 20 |
| Octal | 124 | 117 | 125 | 1 | 7 | 0 | 103 | 442 | 4 | 40 |
| Binary | 1010100 | 1001111 | 1010101 | 1 | 111 | 0 | 1000011 | 100100010 | 100 | 100000 |
Color Harmonies of #544F55
Complementary color
Monochromatic Colors of #544F55
Black with #544F55
Text Example
Text Example
White with #544F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F55; }
p { color: rgb(84,79,85); }
H1.HeaderClassName
{
color: #544F55;
}
.AnyTagClassName
{
color: #544F55;
}
</style>
background-color css
<style>
a { background-color: #544F55; }
a { background-color: rgb(84,79,85); }
div.DivClassName
{
background-color: #544F55;
}
.BgClassName
{
background-color: #544F55;
}
</style>
border-color css
<style>
span { border-color: #544F55; }
span { border-color: rgb(84,79,85); }
td.TdClassName
{
border-color: #544F55;
}
.TagClassName
{
border-color: #544F55;
}
</style>