Shades of Bossanova #544A58
Tints of Bossanova #544A58
RGB
CMYK
RGB Variations
Color information
#544A58 (or 0x544A58) is known color: Bossanova. HEX triplet: 54, 4A and 58. RGB value is (84,74,88). Sum of RGB (Red+Green+Blue) = 84+74+88=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #544A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A58 is #ABB5A7. Grayscale: #4E4E4E. Windows color (decimal): -11253160 or 5786196. OLE color: 5786196.
HSL color Cylindrical-coordinate representation of color #544A58: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #544A58 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 74 | 88 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.65 |
| HSL | 282.86º | 0.09% | 0.32% | - |
| HSV(B) | 282.86º | 0.16% | 0.35% | - |
| XYZ | 7.87 | 7.49 | 10.26 | - |
| YUV | 78.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 88 | 0.05 | 0.16 | 0 | 0.65 | 282.86 | 0.09 | 0.32 |
| Hex | 54 | 4A | 58 | 5 | 10 | 0 | 41 | 11B | 9 | 20 |
| Octal | 124 | 112 | 130 | 5 | 20 | 0 | 101 | 433 | 11 | 40 |
| Binary | 1010100 | 1001010 | 1011000 | 101 | 10000 | 0 | 1000001 | 100011011 | 1001 | 100000 |
Color Harmonies of #544A58
Complementary color
Monochromatic Colors of #544A58
Black with #544A58
Text Example
Text Example
White with #544A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A58; }
p { color: rgb(84,74,88); }
H1.HeaderClassName
{
color: #544A58;
}
.AnyTagClassName
{
color: #544A58;
}
</style>
background-color css
<style>
a { background-color: #544A58; }
a { background-color: rgb(84,74,88); }
div.DivClassName
{
background-color: #544A58;
}
.BgClassName
{
background-color: #544A58;
}
</style>
border-color css
<style>
span { border-color: #544A58; }
span { border-color: rgb(84,74,88); }
td.TdClassName
{
border-color: #544A58;
}
.TagClassName
{
border-color: #544A58;
}
</style>