Shades of Bossanova #554758
Tints of Bossanova #554758
RGB
CMYK
RGB Variations
Color information
#554758 (or 0x554758) is known color: Bossanova. HEX triplet: 55, 47 and 58. RGB value is (85,71,88). Sum of RGB (Red+Green+Blue) = 85+71+88=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #554758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554758 is #AAB8A7. Grayscale: #4D4D4D. Windows color (decimal): -11188392 or 5785429. OLE color: 5785429.
HSL color Cylindrical-coordinate representation of color #554758: hue angle of 289.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554758 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 71 | 88 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.65 |
| HSL | 289.41º | 0.11% | 0.31% | - |
| HSV(B) | 289.41º | 0.19% | 0.35% | - |
| XYZ | 7.76 | 7.14 | 10.2 | - |
| YUV | 77.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 88 | 0.03 | 0.19 | 0 | 0.65 | 289.41 | 0.11 | 0.31 |
| Hex | 55 | 47 | 58 | 3 | 13 | 0 | 41 | 121 | B | 1F |
| Octal | 125 | 107 | 130 | 3 | 23 | 0 | 101 | 441 | 13 | 37 |
| Binary | 1010101 | 1000111 | 1011000 | 11 | 10011 | 0 | 1000001 | 100100001 | 1011 | 11111 |
Color Harmonies of #554758
Complementary color
Monochromatic Colors of #554758
Black with #554758
Text Example
Text Example
White with #554758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554758; }
p { color: rgb(85,71,88); }
H1.HeaderClassName
{
color: #554758;
}
.AnyTagClassName
{
color: #554758;
}
</style>
background-color css
<style>
a { background-color: #554758; }
a { background-color: rgb(85,71,88); }
div.DivClassName
{
background-color: #554758;
}
.BgClassName
{
background-color: #554758;
}
</style>
border-color css
<style>
span { border-color: #554758; }
span { border-color: rgb(85,71,88); }
td.TdClassName
{
border-color: #554758;
}
.TagClassName
{
border-color: #554758;
}
</style>