Shades of Bossanova #554859
Tints of Bossanova #554859
RGB
CMYK
RGB Variations
Color information
#554859 (or 0x554859) is known color: Bossanova. HEX triplet: 55, 48 and 59. RGB value is (85,72,89). Sum of RGB (Red+Green+Blue) = 85+72+89=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #554859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554859 is #AAB7A6. Grayscale: #4D4D4D. Windows color (decimal): -11188135 or 5851221. OLE color: 5851221.
HSL color Cylindrical-coordinate representation of color #554859: hue angle of 285.88º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554859 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 72 | 89 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.65 |
| HSL | 285.88º | 0.11% | 0.32% | - |
| HSV(B) | 285.88º | 0.19% | 0.35% | - |
| XYZ | 7.87 | 7.29 | 10.44 | - |
| YUV | 77.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 89 | 0.04 | 0.19 | 0 | 0.65 | 285.88 | 0.11 | 0.32 |
| Hex | 55 | 48 | 59 | 4 | 13 | 0 | 41 | 11E | B | 20 |
| Octal | 125 | 110 | 131 | 4 | 23 | 0 | 101 | 436 | 13 | 40 |
| Binary | 1010101 | 1001000 | 1011001 | 100 | 10011 | 0 | 1000001 | 100011110 | 1011 | 100000 |
Color Harmonies of #554859
Complementary color
Monochromatic Colors of #554859
Black with #554859
Text Example
Text Example
White with #554859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554859; }
p { color: rgb(85,72,89); }
H1.HeaderClassName
{
color: #554859;
}
.AnyTagClassName
{
color: #554859;
}
</style>
background-color css
<style>
a { background-color: #554859; }
a { background-color: rgb(85,72,89); }
div.DivClassName
{
background-color: #554859;
}
.BgClassName
{
background-color: #554859;
}
</style>
border-color css
<style>
span { border-color: #554859; }
span { border-color: rgb(85,72,89); }
td.TdClassName
{
border-color: #554859;
}
.TagClassName
{
border-color: #554859;
}
</style>