Shades of Bossanova #553E57
Tints of Bossanova #553E57
RGB
CMYK
RGB Variations
Color information
#553E57 (or 0x553E57) is known color: Bossanova. HEX triplet: 55, 3E and 57. RGB value is (85,62,87). Sum of RGB (Red+Green+Blue) = 85+62+87=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #553E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553E57 is #AAC1A8. Grayscale: #474747. Windows color (decimal): -11190697 or 5717589. OLE color: 5717589.
HSL color Cylindrical-coordinate representation of color #553E57: hue angle of 295.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553E57 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 62 | 87 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.66 |
| HSL | 295.2º | 0.17% | 0.29% | - |
| HSV(B) | 295.2º | 0.29% | 0.34% | - |
| XYZ | 7.19 | 6.06 | 9.81 | - |
| YUV | 71.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 87 | 0.02 | 0.29 | 0 | 0.66 | 295.2 | 0.17 | 0.29 |
| Hex | 55 | 3E | 57 | 2 | 1D | 0 | 42 | 127 | 11 | 1D |
| Octal | 125 | 76 | 127 | 2 | 35 | 0 | 102 | 447 | 21 | 35 |
| Binary | 1010101 | 111110 | 1010111 | 10 | 11101 | 0 | 1000010 | 100100111 | 10001 | 11101 |
Color Harmonies of #553E57
Complementary color
Monochromatic Colors of #553E57
Black with #553E57
Text Example
Text Example
White with #553E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E57; }
p { color: rgb(85,62,87); }
H1.HeaderClassName
{
color: #553E57;
}
.AnyTagClassName
{
color: #553E57;
}
</style>
background-color css
<style>
a { background-color: #553E57; }
a { background-color: rgb(85,62,87); }
div.DivClassName
{
background-color: #553E57;
}
.BgClassName
{
background-color: #553E57;
}
</style>
border-color css
<style>
span { border-color: #553E57; }
span { border-color: rgb(85,62,87); }
td.TdClassName
{
border-color: #553E57;
}
.TagClassName
{
border-color: #553E57;
}
</style>