Shades of Bossanova #554456
Tints of Bossanova #554456
RGB
CMYK
RGB Variations
Color information
#554456 (or 0x554456) is known color: Bossanova. HEX triplet: 55, 44 and 56. RGB value is (85,68,86). Sum of RGB (Red+Green+Blue) = 85+68+86=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #554456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554456 is #AABBA9. Grayscale: #4B4B4B. Windows color (decimal): -11189162 or 5653589. OLE color: 5653589.
HSL color Cylindrical-coordinate representation of color #554456: hue angle of 296.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554456 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 68 | 86 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.66 |
| HSL | 296.67º | 0.12% | 0.3% | - |
| HSV(B) | 296.67º | 0.21% | 0.34% | - |
| XYZ | 7.49 | 6.74 | 9.71 | - |
| YUV | 75.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 86 | 0.01 | 0.21 | 0 | 0.66 | 296.67 | 0.12 | 0.3 |
| Hex | 55 | 44 | 56 | 1 | 15 | 0 | 42 | 129 | C | 1E |
| Octal | 125 | 104 | 126 | 1 | 25 | 0 | 102 | 451 | 14 | 36 |
| Binary | 1010101 | 1000100 | 1010110 | 1 | 10101 | 0 | 1000010 | 100101001 | 1100 | 11110 |
Color Harmonies of #554456
Complementary color
Monochromatic Colors of #554456
Black with #554456
Text Example
Text Example
White with #554456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554456; }
p { color: rgb(85,68,86); }
H1.HeaderClassName
{
color: #554456;
}
.AnyTagClassName
{
color: #554456;
}
</style>
background-color css
<style>
a { background-color: #554456; }
a { background-color: rgb(85,68,86); }
div.DivClassName
{
background-color: #554456;
}
.BgClassName
{
background-color: #554456;
}
</style>
border-color css
<style>
span { border-color: #554456; }
span { border-color: rgb(85,68,86); }
td.TdClassName
{
border-color: #554456;
}
.TagClassName
{
border-color: #554456;
}
</style>