Shades of Bossanova #534656
Tints of Bossanova #534656
RGB
CMYK
RGB Variations
Color information
#534656 (or 0x534656) is known color: Bossanova. HEX triplet: 53, 46 and 56. RGB value is (83,70,86). Sum of RGB (Red+Green+Blue) = 83+70+86=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #534656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534656 is #ACB9A9. Grayscale: #4B4B4B. Windows color (decimal): -11319722 or 5654099. OLE color: 5654099.
HSL color Cylindrical-coordinate representation of color #534656: hue angle of 288.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534656 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 70 | 86 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.66 |
| HSL | 288.75º | 0.1% | 0.31% | - |
| HSV(B) | 288.75º | 0.19% | 0.34% | - |
| XYZ | 7.44 | 6.89 | 9.74 | - |
| YUV | 75.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 86 | 0.03 | 0.19 | 0 | 0.66 | 288.75 | 0.1 | 0.31 |
| Hex | 53 | 46 | 56 | 3 | 13 | 0 | 42 | 121 | A | 1F |
| Octal | 123 | 106 | 126 | 3 | 23 | 0 | 102 | 441 | 12 | 37 |
| Binary | 1010011 | 1000110 | 1010110 | 11 | 10011 | 0 | 1000010 | 100100001 | 1010 | 11111 |
Color Harmonies of #534656
Complementary color
Monochromatic Colors of #534656
Black with #534656
Text Example
Text Example
White with #534656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534656; }
p { color: rgb(83,70,86); }
H1.HeaderClassName
{
color: #534656;
}
.AnyTagClassName
{
color: #534656;
}
</style>
background-color css
<style>
a { background-color: #534656; }
a { background-color: rgb(83,70,86); }
div.DivClassName
{
background-color: #534656;
}
.BgClassName
{
background-color: #534656;
}
</style>
border-color css
<style>
span { border-color: #534656; }
span { border-color: rgb(83,70,86); }
td.TdClassName
{
border-color: #534656;
}
.TagClassName
{
border-color: #534656;
}
</style>