Shades of Bossanova #544159
Tints of Bossanova #544159
RGB
CMYK
RGB Variations
Color information
#544159 (or 0x544159) is known color: Bossanova. HEX triplet: 54, 41 and 59. RGB value is (84,65,89). Sum of RGB (Red+Green+Blue) = 84+65+89=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #544159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544159 is #ABBEA6. Grayscale: #494949. Windows color (decimal): -11255463 or 5849428. OLE color: 5849428.
HSL color Cylindrical-coordinate representation of color #544159: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #544159 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 65 | 89 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.65 |
| HSL | 287.5º | 0.16% | 0.3% | - |
| HSV(B) | 287.5º | 0.27% | 0.35% | - |
| XYZ | 7.35 | 6.39 | 10.3 | - |
| YUV | 73.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 89 | 0.06 | 0.27 | 0 | 0.65 | 287.5 | 0.16 | 0.3 |
| Hex | 54 | 41 | 59 | 6 | 1B | 0 | 41 | 120 | 10 | 1E |
| Octal | 124 | 101 | 131 | 6 | 33 | 0 | 101 | 440 | 20 | 36 |
| Binary | 1010100 | 1000001 | 1011001 | 110 | 11011 | 0 | 1000001 | 100100000 | 10000 | 11110 |
Color Harmonies of #544159
Complementary color
Monochromatic Colors of #544159
Black with #544159
Text Example
Text Example
White with #544159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544159; }
p { color: rgb(84,65,89); }
H1.HeaderClassName
{
color: #544159;
}
.AnyTagClassName
{
color: #544159;
}
</style>
background-color css
<style>
a { background-color: #544159; }
a { background-color: rgb(84,65,89); }
div.DivClassName
{
background-color: #544159;
}
.BgClassName
{
background-color: #544159;
}
</style>
border-color css
<style>
span { border-color: #544159; }
span { border-color: rgb(84,65,89); }
td.TdClassName
{
border-color: #544159;
}
.TagClassName
{
border-color: #544159;
}
</style>