Shades of Bossanova #534657
Tints of Bossanova #534657
RGB
CMYK
RGB Variations
Color information
#534657 (or 0x534657) is known color: Bossanova. HEX triplet: 53, 46 and 57. RGB value is (83,70,87). Sum of RGB (Red+Green+Blue) = 83+70+87=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #534657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534657 is #ACB9A8. Grayscale: #4B4B4B. Windows color (decimal): -11319721 or 5719635. OLE color: 5719635.
HSL color Cylindrical-coordinate representation of color #534657: hue angle of 285.88º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534657 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 70 | 87 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.66 |
| HSL | 285.88º | 0.11% | 0.31% | - |
| HSV(B) | 285.88º | 0.2% | 0.34% | - |
| XYZ | 7.48 | 6.91 | 9.96 | - |
| YUV | 75.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 87 | 0.05 | 0.20 | 0 | 0.66 | 285.88 | 0.11 | 0.31 |
| Hex | 53 | 46 | 57 | 5 | 14 | 0 | 42 | 11E | B | 1F |
| Octal | 123 | 106 | 127 | 5 | 24 | 0 | 102 | 436 | 13 | 37 |
| Binary | 1010011 | 1000110 | 1010111 | 101 | 10100 | 0 | 1000010 | 100011110 | 1011 | 11111 |
Color Harmonies of #534657
Complementary color
Monochromatic Colors of #534657
Black with #534657
Text Example
Text Example
White with #534657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534657; }
p { color: rgb(83,70,87); }
H1.HeaderClassName
{
color: #534657;
}
.AnyTagClassName
{
color: #534657;
}
</style>
background-color css
<style>
a { background-color: #534657; }
a { background-color: rgb(83,70,87); }
div.DivClassName
{
background-color: #534657;
}
.BgClassName
{
background-color: #534657;
}
</style>
border-color css
<style>
span { border-color: #534657; }
span { border-color: rgb(83,70,87); }
td.TdClassName
{
border-color: #534657;
}
.TagClassName
{
border-color: #534657;
}
</style>