Shades of Bossanova #564E56
Tints of Bossanova #564E56
RGB
CMYK
RGB Variations
Color information
#564E56 (or 0x564E56) is known color: Bossanova. HEX triplet: 56, 4E and 56. RGB value is (86,78,86). Sum of RGB (Red+Green+Blue) = 86+78+86=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #564E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E56 is #A9B1A9. Grayscale: #515151. Windows color (decimal): -11121066 or 5656150. OLE color: 5656150.
HSL color Cylindrical-coordinate representation of color #564E56: hue angle of 300º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #564E56 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 78 | 86 | - |
| CMYK | 0 | 0.09 | 0 | 0.66 |
| HSL | 300º | 0.05% | 0.32% | - |
| HSV(B) | 300º | 0.09% | 0.34% | - |
| XYZ | 8.24 | 8.1 | 9.93 | - |
| YUV | 81.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 86 | 0 | 0.09 | 0 | 0.66 | 300 | 0.05 | 0.32 |
| Hex | 56 | 4E | 56 | 0 | 9 | 0 | 42 | 12C | 5 | 20 |
| Octal | 126 | 116 | 126 | 0 | 11 | 0 | 102 | 454 | 5 | 40 |
| Binary | 1010110 | 1001110 | 1010110 | 0 | 1001 | 0 | 1000010 | 100101100 | 101 | 100000 |
Color Harmonies of #564E56
Complementary color
Monochromatic Colors of #564E56
Black with #564E56
Text Example
Text Example
White with #564E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E56; }
p { color: rgb(86,78,86); }
H1.HeaderClassName
{
color: #564E56;
}
.AnyTagClassName
{
color: #564E56;
}
</style>
background-color css
<style>
a { background-color: #564E56; }
a { background-color: rgb(86,78,86); }
div.DivClassName
{
background-color: #564E56;
}
.BgClassName
{
background-color: #564E56;
}
</style>
border-color css
<style>
span { border-color: #564E56; }
span { border-color: rgb(86,78,86); }
td.TdClassName
{
border-color: #564E56;
}
.TagClassName
{
border-color: #564E56;
}
</style>