Shades of Bossanova #554255
Tints of Bossanova #554255
RGB
CMYK
RGB Variations
Color information
#554255 (or 0x554255) is known color: Bossanova. HEX triplet: 55, 42 and 55. RGB value is (85,66,85). Sum of RGB (Red+Green+Blue) = 85+66+85=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554255 is #AABDAA. Grayscale: #494949. Windows color (decimal): -11189675 or 5587541. OLE color: 5587541.
HSL color Cylindrical-coordinate representation of color #554255: hue angle of 300º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554255 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 85 | - |
| CMYK | 0 | 0.22 | 0 | 0.67 |
| HSL | 300º | 0.13% | 0.3% | - |
| HSV(B) | 300º | 0.22% | 0.33% | - |
| XYZ | 7.33 | 6.48 | 9.46 | - |
| YUV | 73.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 85 | 0 | 0.22 | 0 | 0.67 | 300 | 0.13 | 0.3 |
| Hex | 55 | 42 | 55 | 0 | 16 | 0 | 43 | 12C | D | 1E |
| Octal | 125 | 102 | 125 | 0 | 26 | 0 | 103 | 454 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1010101 | 0 | 10110 | 0 | 1000011 | 100101100 | 1101 | 11110 |
Color Harmonies of #554255
Complementary color
Monochromatic Colors of #554255
Black with #554255
Text Example
Text Example
White with #554255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554255; }
p { color: rgb(85,66,85); }
H1.HeaderClassName
{
color: #554255;
}
.AnyTagClassName
{
color: #554255;
}
</style>
background-color css
<style>
a { background-color: #554255; }
a { background-color: rgb(85,66,85); }
div.DivClassName
{
background-color: #554255;
}
.BgClassName
{
background-color: #554255;
}
</style>
border-color css
<style>
span { border-color: #554255; }
span { border-color: rgb(85,66,85); }
td.TdClassName
{
border-color: #554255;
}
.TagClassName
{
border-color: #554255;
}
</style>