Shades of Bossanova #554955
Tints of Bossanova #554955
RGB
CMYK
RGB Variations
Color information
#554955 (or 0x554955) is known color: Bossanova. HEX triplet: 55, 49 and 55. RGB value is (85,73,85). Sum of RGB (Red+Green+Blue) = 85+73+85=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554955 is #AAB6AA. Grayscale: #4D4D4D. Windows color (decimal): -11187883 or 5589333. OLE color: 5589333.
HSL color Cylindrical-coordinate representation of color #554955: hue angle of 300º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554955 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 85 | - |
| CMYK | 0 | 0.14 | 0 | 0.67 |
| HSL | 300º | 0.08% | 0.31% | - |
| HSV(B) | 300º | 0.14% | 0.33% | - |
| XYZ | 7.77 | 7.35 | 9.6 | - |
| YUV | 77.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 85 | 0 | 0.14 | 0 | 0.67 | 300 | 0.08 | 0.31 |
| Hex | 55 | 49 | 55 | 0 | E | 0 | 43 | 12C | 8 | 1F |
| Octal | 125 | 111 | 125 | 0 | 16 | 0 | 103 | 454 | 10 | 37 |
| Binary | 1010101 | 1001001 | 1010101 | 0 | 1110 | 0 | 1000011 | 100101100 | 1000 | 11111 |
Color Harmonies of #554955
Complementary color
Monochromatic Colors of #554955
Black with #554955
Text Example
Text Example
White with #554955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554955; }
p { color: rgb(85,73,85); }
H1.HeaderClassName
{
color: #554955;
}
.AnyTagClassName
{
color: #554955;
}
</style>
background-color css
<style>
a { background-color: #554955; }
a { background-color: rgb(85,73,85); }
div.DivClassName
{
background-color: #554955;
}
.BgClassName
{
background-color: #554955;
}
</style>
border-color css
<style>
span { border-color: #554955; }
span { border-color: rgb(85,73,85); }
td.TdClassName
{
border-color: #554955;
}
.TagClassName
{
border-color: #554955;
}
</style>