Shades of Bossanova #554259
Tints of Bossanova #554259
RGB
CMYK
RGB Variations
Color information
#554259 (or 0x554259) is known color: Bossanova. HEX triplet: 55, 42 and 59. RGB value is (85,66,89). Sum of RGB (Red+Green+Blue) = 85+66+89=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #554259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554259 is #AABDA6. Grayscale: #4A4A4A. Windows color (decimal): -11189671 or 5849685. OLE color: 5849685.
HSL color Cylindrical-coordinate representation of color #554259: hue angle of 289.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554259 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 66 | 89 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.65 |
| HSL | 289.57º | 0.15% | 0.3% | - |
| HSV(B) | 289.57º | 0.26% | 0.35% | - |
| XYZ | 7.5 | 6.55 | 10.32 | - |
| YUV | 74.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 89 | 0.04 | 0.26 | 0 | 0.65 | 289.57 | 0.15 | 0.3 |
| Hex | 55 | 42 | 59 | 4 | 1A | 0 | 41 | 122 | F | 1E |
| Octal | 125 | 102 | 131 | 4 | 32 | 0 | 101 | 442 | 17 | 36 |
| Binary | 1010101 | 1000010 | 1011001 | 100 | 11010 | 0 | 1000001 | 100100010 | 1111 | 11110 |
Color Harmonies of #554259
Complementary color
Monochromatic Colors of #554259
Black with #554259
Text Example
Text Example
White with #554259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554259; }
p { color: rgb(85,66,89); }
H1.HeaderClassName
{
color: #554259;
}
.AnyTagClassName
{
color: #554259;
}
</style>
background-color css
<style>
a { background-color: #554259; }
a { background-color: rgb(85,66,89); }
div.DivClassName
{
background-color: #554259;
}
.BgClassName
{
background-color: #554259;
}
</style>
border-color css
<style>
span { border-color: #554259; }
span { border-color: rgb(85,66,89); }
td.TdClassName
{
border-color: #554259;
}
.TagClassName
{
border-color: #554259;
}
</style>