Shades of Bossanova #554257
Tints of Bossanova #554257
RGB
CMYK
RGB Variations
Color information
#554257 (or 0x554257) is known color: Bossanova. HEX triplet: 55, 42 and 57. RGB value is (85,66,87). Sum of RGB (Red+Green+Blue) = 85+66+87=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #554257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554257 is #AABDA8. Grayscale: #4A4A4A. Windows color (decimal): -11189673 or 5718613. OLE color: 5718613.
HSL color Cylindrical-coordinate representation of color #554257: hue angle of 294.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554257 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 66 | 87 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.66 |
| HSL | 294.29º | 0.14% | 0.3% | - |
| HSV(B) | 294.29º | 0.24% | 0.34% | - |
| XYZ | 7.41 | 6.52 | 9.88 | - |
| YUV | 74.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 87 | 0.02 | 0.24 | 0 | 0.66 | 294.29 | 0.14 | 0.3 |
| Hex | 55 | 42 | 57 | 2 | 18 | 0 | 42 | 126 | E | 1E |
| Octal | 125 | 102 | 127 | 2 | 30 | 0 | 102 | 446 | 16 | 36 |
| Binary | 1010101 | 1000010 | 1010111 | 10 | 11000 | 0 | 1000010 | 100100110 | 1110 | 11110 |
Color Harmonies of #554257
Complementary color
Monochromatic Colors of #554257
Black with #554257
Text Example
Text Example
White with #554257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554257; }
p { color: rgb(85,66,87); }
H1.HeaderClassName
{
color: #554257;
}
.AnyTagClassName
{
color: #554257;
}
</style>
background-color css
<style>
a { background-color: #554257; }
a { background-color: rgb(85,66,87); }
div.DivClassName
{
background-color: #554257;
}
.BgClassName
{
background-color: #554257;
}
</style>
border-color css
<style>
span { border-color: #554257; }
span { border-color: rgb(85,66,87); }
td.TdClassName
{
border-color: #554257;
}
.TagClassName
{
border-color: #554257;
}
</style>