Shades of Bossanova #554159
Tints of Bossanova #554159
RGB
CMYK
RGB Variations
Color information
#554159 (or 0x554159) is known color: Bossanova. HEX triplet: 55, 41 and 59. RGB value is (85,65,89). Sum of RGB (Red+Green+Blue) = 85+65+89=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #554159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554159 is #AABEA6. Grayscale: #494949. Windows color (decimal): -11189927 or 5849429. OLE color: 5849429.
HSL color Cylindrical-coordinate representation of color #554159: hue angle of 290º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554159 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 65 | 89 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.65 |
| HSL | 290º | 0.16% | 0.3% | - |
| HSV(B) | 290º | 0.27% | 0.35% | - |
| XYZ | 7.44 | 6.43 | 10.3 | - |
| YUV | 73.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 89 | 0.04 | 0.27 | 0 | 0.65 | 290 | 0.16 | 0.3 |
| Hex | 55 | 41 | 59 | 4 | 1B | 0 | 41 | 122 | 10 | 1E |
| Octal | 125 | 101 | 131 | 4 | 33 | 0 | 101 | 442 | 20 | 36 |
| Binary | 1010101 | 1000001 | 1011001 | 100 | 11011 | 0 | 1000001 | 100100010 | 10000 | 11110 |
Color Harmonies of #554159
Complementary color
Monochromatic Colors of #554159
Black with #554159
Text Example
Text Example
White with #554159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554159; }
p { color: rgb(85,65,89); }
H1.HeaderClassName
{
color: #554159;
}
.AnyTagClassName
{
color: #554159;
}
</style>
background-color css
<style>
a { background-color: #554159; }
a { background-color: rgb(85,65,89); }
div.DivClassName
{
background-color: #554159;
}
.BgClassName
{
background-color: #554159;
}
</style>
border-color css
<style>
span { border-color: #554159; }
span { border-color: rgb(85,65,89); }
td.TdClassName
{
border-color: #554159;
}
.TagClassName
{
border-color: #554159;
}
</style>