Shades of Bossanova #544955
Tints of Bossanova #544955
RGB
CMYK
RGB Variations
Color information
#544955 (or 0x544955) is known color: Bossanova. HEX triplet: 54, 49 and 55. RGB value is (84,73,85). Sum of RGB (Red+Green+Blue) = 84+73+85=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: blue. Hex color #544955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544955 is #ABB6AA. Grayscale: #4D4D4D. Windows color (decimal): -11253419 or 5589332. OLE color: 5589332.
HSL color Cylindrical-coordinate representation of color #544955: hue angle of 295º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #544955 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 73 | 85 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.67 |
| HSL | 295º | 0.08% | 0.31% | - |
| HSV(B) | 295º | 0.14% | 0.33% | - |
| XYZ | 7.68 | 7.31 | 9.6 | - |
| YUV | 77.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 85 | 0.01 | 0.14 | 0 | 0.67 | 295 | 0.08 | 0.31 |
| Hex | 54 | 49 | 55 | 1 | E | 0 | 43 | 127 | 8 | 1F |
| Octal | 124 | 111 | 125 | 1 | 16 | 0 | 103 | 447 | 10 | 37 |
| Binary | 1010100 | 1001001 | 1010101 | 1 | 1110 | 0 | 1000011 | 100100111 | 1000 | 11111 |
Color Harmonies of #544955
Complementary color
Monochromatic Colors of #544955
Black with #544955
Text Example
Text Example
White with #544955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544955; }
p { color: rgb(84,73,85); }
H1.HeaderClassName
{
color: #544955;
}
.AnyTagClassName
{
color: #544955;
}
</style>
background-color css
<style>
a { background-color: #544955; }
a { background-color: rgb(84,73,85); }
div.DivClassName
{
background-color: #544955;
}
.BgClassName
{
background-color: #544955;
}
</style>
border-color css
<style>
span { border-color: #544955; }
span { border-color: rgb(84,73,85); }
td.TdClassName
{
border-color: #544955;
}
.TagClassName
{
border-color: #544955;
}
</style>