Shades of Bossanova #553F59
Tints of Bossanova #553F59
RGB
CMYK
RGB Variations
Color information
#553F59 (or 0x553F59) is known color: Bossanova. HEX triplet: 55, 3F and 59. RGB value is (85,63,89). Sum of RGB (Red+Green+Blue) = 85+63+89=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #553F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F59 is #AAC0A6. Grayscale: #484848. Windows color (decimal): -11190439 or 5848917. OLE color: 5848917.
HSL color Cylindrical-coordinate representation of color #553F59: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553F59 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 63 | 89 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.65 |
| HSL | 290.77º | 0.17% | 0.3% | - |
| HSV(B) | 290.77º | 0.29% | 0.35% | - |
| XYZ | 7.33 | 6.21 | 10.26 | - |
| YUV | 72.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 89 | 0.04 | 0.29 | 0 | 0.65 | 290.77 | 0.17 | 0.3 |
| Hex | 55 | 3F | 59 | 4 | 1D | 0 | 41 | 123 | 11 | 1E |
| Octal | 125 | 77 | 131 | 4 | 35 | 0 | 101 | 443 | 21 | 36 |
| Binary | 1010101 | 111111 | 1011001 | 100 | 11101 | 0 | 1000001 | 100100011 | 10001 | 11110 |
Color Harmonies of #553F59
Complementary color
Monochromatic Colors of #553F59
Black with #553F59
Text Example
Text Example
White with #553F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F59; }
p { color: rgb(85,63,89); }
H1.HeaderClassName
{
color: #553F59;
}
.AnyTagClassName
{
color: #553F59;
}
</style>
background-color css
<style>
a { background-color: #553F59; }
a { background-color: rgb(85,63,89); }
div.DivClassName
{
background-color: #553F59;
}
.BgClassName
{
background-color: #553F59;
}
</style>
border-color css
<style>
span { border-color: #553F59; }
span { border-color: rgb(85,63,89); }
td.TdClassName
{
border-color: #553F59;
}
.TagClassName
{
border-color: #553F59;
}
</style>