Shades of Bossanova #554555
Tints of Bossanova #554555
RGB
CMYK
RGB Variations
Color information
#554555 (or 0x554555) is known color: Bossanova. HEX triplet: 55, 45 and 55. RGB value is (85,69,85). Sum of RGB (Red+Green+Blue) = 85+69+85=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554555 is #AABAAA. Grayscale: #4B4B4B. Windows color (decimal): -11188907 or 5588309. OLE color: 5588309.
HSL color Cylindrical-coordinate representation of color #554555: hue angle of 300º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554555 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 85 | - |
| CMYK | 0 | 0.19 | 0 | 0.67 |
| HSL | 300º | 0.1% | 0.3% | - |
| HSV(B) | 300º | 0.19% | 0.33% | - |
| XYZ | 7.51 | 6.84 | 9.52 | - |
| YUV | 75.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 85 | 0 | 0.19 | 0 | 0.67 | 300 | 0.1 | 0.3 |
| Hex | 55 | 45 | 55 | 0 | 13 | 0 | 43 | 12C | A | 1E |
| Octal | 125 | 105 | 125 | 0 | 23 | 0 | 103 | 454 | 12 | 36 |
| Binary | 1010101 | 1000101 | 1010101 | 0 | 10011 | 0 | 1000011 | 100101100 | 1010 | 11110 |
Color Harmonies of #554555
Complementary color
Monochromatic Colors of #554555
Black with #554555
Text Example
Text Example
White with #554555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554555; }
p { color: rgb(85,69,85); }
H1.HeaderClassName
{
color: #554555;
}
.AnyTagClassName
{
color: #554555;
}
</style>
background-color css
<style>
a { background-color: #554555; }
a { background-color: rgb(85,69,85); }
div.DivClassName
{
background-color: #554555;
}
.BgClassName
{
background-color: #554555;
}
</style>
border-color css
<style>
span { border-color: #554555; }
span { border-color: rgb(85,69,85); }
td.TdClassName
{
border-color: #554555;
}
.TagClassName
{
border-color: #554555;
}
</style>