Shades of Bossanova #553F57
Tints of Bossanova #553F57
RGB
CMYK
RGB Variations
Color information
#553F57 (or 0x553F57) is known color: Bossanova. HEX triplet: 55, 3F and 57. RGB value is (85,63,87). Sum of RGB (Red+Green+Blue) = 85+63+87=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #553F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F57 is #AAC0A8. Grayscale: #484848. Windows color (decimal): -11190441 or 5717845. OLE color: 5717845.
HSL color Cylindrical-coordinate representation of color #553F57: hue angle of 295º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553F57 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 63 | 87 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.66 |
| HSL | 295º | 0.16% | 0.29% | - |
| HSV(B) | 295º | 0.28% | 0.34% | - |
| XYZ | 7.24 | 6.17 | 9.83 | - |
| YUV | 72.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 87 | 0.02 | 0.28 | 0 | 0.66 | 295 | 0.16 | 0.29 |
| Hex | 55 | 3F | 57 | 2 | 1C | 0 | 42 | 127 | 10 | 1D |
| Octal | 125 | 77 | 127 | 2 | 34 | 0 | 102 | 447 | 20 | 35 |
| Binary | 1010101 | 111111 | 1010111 | 10 | 11100 | 0 | 1000010 | 100100111 | 10000 | 11101 |
Color Harmonies of #553F57
Complementary color
Monochromatic Colors of #553F57
Black with #553F57
Text Example
Text Example
White with #553F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F57; }
p { color: rgb(85,63,87); }
H1.HeaderClassName
{
color: #553F57;
}
.AnyTagClassName
{
color: #553F57;
}
</style>
background-color css
<style>
a { background-color: #553F57; }
a { background-color: rgb(85,63,87); }
div.DivClassName
{
background-color: #553F57;
}
.BgClassName
{
background-color: #553F57;
}
</style>
border-color css
<style>
span { border-color: #553F57; }
span { border-color: rgb(85,63,87); }
td.TdClassName
{
border-color: #553F57;
}
.TagClassName
{
border-color: #553F57;
}
</style>