Shades of Bossanova #554E56
Tints of Bossanova #554E56
RGB
CMYK
RGB Variations
Color information
#554E56 (or 0x554E56) is known color: Bossanova. HEX triplet: 55, 4E and 56. RGB value is (85,78,86). Sum of RGB (Red+Green+Blue) = 85+78+86=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 86 - color contains mainly: blue. Hex color #554E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E56 is #AAB1A9. Grayscale: #505050. Windows color (decimal): -11186602 or 5656149. OLE color: 5656149.
HSL color Cylindrical-coordinate representation of color #554E56: hue angle of 292.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #554E56 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 78 | 86 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.66 |
| HSL | 292.5º | 0.05% | 0.32% | - |
| HSV(B) | 292.5º | 0.09% | 0.34% | - |
| XYZ | 8.15 | 8.05 | 9.93 | - |
| YUV | 81.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 86 | 0.01 | 0.09 | 0 | 0.66 | 292.5 | 0.05 | 0.32 |
| Hex | 55 | 4E | 56 | 1 | 9 | 0 | 42 | 124 | 5 | 20 |
| Octal | 125 | 116 | 126 | 1 | 11 | 0 | 102 | 444 | 5 | 40 |
| Binary | 1010101 | 1001110 | 1010110 | 1 | 1001 | 0 | 1000010 | 100100100 | 101 | 100000 |
Color Harmonies of #554E56
Complementary color
Monochromatic Colors of #554E56
Black with #554E56
Text Example
Text Example
White with #554E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E56; }
p { color: rgb(85,78,86); }
H1.HeaderClassName
{
color: #554E56;
}
.AnyTagClassName
{
color: #554E56;
}
</style>
background-color css
<style>
a { background-color: #554E56; }
a { background-color: rgb(85,78,86); }
div.DivClassName
{
background-color: #554E56;
}
.BgClassName
{
background-color: #554E56;
}
</style>
border-color css
<style>
span { border-color: #554E56; }
span { border-color: rgb(85,78,86); }
td.TdClassName
{
border-color: #554E56;
}
.TagClassName
{
border-color: #554E56;
}
</style>