Shades of Bossanova #573E57
Tints of Bossanova #573E57
RGB
CMYK
RGB Variations
Color information
#573E57 (or 0x573E57) is known color: Bossanova. HEX triplet: 57, 3E and 57. RGB value is (87,62,87). Sum of RGB (Red+Green+Blue) = 87+62+87=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #573E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573E57 is #A8C1A8. Grayscale: #484848. Windows color (decimal): -11059625 or 5717591. OLE color: 5717591.
HSL color Cylindrical-coordinate representation of color #573E57: hue angle of 300º 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 #573E57 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 62 | 87 | - |
| CMYK | 0 | 0.29 | 0 | 0.66 |
| HSL | 300º | 0.17% | 0.29% | - |
| HSV(B) | 300º | 0.29% | 0.34% | - |
| XYZ | 7.37 | 6.16 | 9.82 | - |
| YUV | 72.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 87 | 0 | 0.29 | 0 | 0.66 | 300 | 0.17 | 0.29 |
| Hex | 57 | 3E | 57 | 0 | 1D | 0 | 42 | 12C | 11 | 1D |
| Octal | 127 | 76 | 127 | 0 | 35 | 0 | 102 | 454 | 21 | 35 |
| Binary | 1010111 | 111110 | 1010111 | 0 | 11101 | 0 | 1000010 | 100101100 | 10001 | 11101 |
Color Harmonies of #573E57
Complementary color
Monochromatic Colors of #573E57
Black with #573E57
Text Example
Text Example
White with #573E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573E57; }
p { color: rgb(87,62,87); }
H1.HeaderClassName
{
color: #573E57;
}
.AnyTagClassName
{
color: #573E57;
}
</style>
background-color css
<style>
a { background-color: #573E57; }
a { background-color: rgb(87,62,87); }
div.DivClassName
{
background-color: #573E57;
}
.BgClassName
{
background-color: #573E57;
}
</style>
border-color css
<style>
span { border-color: #573E57; }
span { border-color: rgb(87,62,87); }
td.TdClassName
{
border-color: #573E57;
}
.TagClassName
{
border-color: #573E57;
}
</style>