Shades of Bossanova #554659
Tints of Bossanova #554659
RGB
CMYK
RGB Variations
Color information
#554659 (or 0x554659) is known color: Bossanova. HEX triplet: 55, 46 and 59. RGB value is (85,70,89). Sum of RGB (Red+Green+Blue) = 85+70+89=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #554659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554659 is #AAB9A6. Grayscale: #4C4C4C. Windows color (decimal): -11188647 or 5850709. OLE color: 5850709.
HSL color Cylindrical-coordinate representation of color #554659: hue angle of 287.37º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554659 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 70 | 89 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.65 |
| HSL | 287.37º | 0.12% | 0.31% | - |
| HSV(B) | 287.37º | 0.21% | 0.35% | - |
| XYZ | 7.74 | 7.03 | 10.4 | - |
| YUV | 76.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 89 | 0.04 | 0.21 | 0 | 0.65 | 287.37 | 0.12 | 0.31 |
| Hex | 55 | 46 | 59 | 4 | 15 | 0 | 41 | 11F | C | 1F |
| Octal | 125 | 106 | 131 | 4 | 25 | 0 | 101 | 437 | 14 | 37 |
| Binary | 1010101 | 1000110 | 1011001 | 100 | 10101 | 0 | 1000001 | 100011111 | 1100 | 11111 |
Color Harmonies of #554659
Complementary color
Monochromatic Colors of #554659
Black with #554659
Text Example
Text Example
White with #554659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554659; }
p { color: rgb(85,70,89); }
H1.HeaderClassName
{
color: #554659;
}
.AnyTagClassName
{
color: #554659;
}
</style>
background-color css
<style>
a { background-color: #554659; }
a { background-color: rgb(85,70,89); }
div.DivClassName
{
background-color: #554659;
}
.BgClassName
{
background-color: #554659;
}
</style>
border-color css
<style>
span { border-color: #554659; }
span { border-color: rgb(85,70,89); }
td.TdClassName
{
border-color: #554659;
}
.TagClassName
{
border-color: #554659;
}
</style>