Shades of Bossanova #564758
Tints of Bossanova #564758
RGB
CMYK
RGB Variations
Color information
#564758 (or 0x564758) is known color: Bossanova. HEX triplet: 56, 47 and 58. RGB value is (86,71,88). Sum of RGB (Red+Green+Blue) = 86+71+88=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #564758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564758 is #A9B8A7. Grayscale: #4D4D4D. Windows color (decimal): -11122856 or 5785430. OLE color: 5785430.
HSL color Cylindrical-coordinate representation of color #564758: hue angle of 292.94º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564758 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 71 | 88 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.65 |
| HSL | 292.94º | 0.11% | 0.31% | - |
| HSV(B) | 292.94º | 0.19% | 0.35% | - |
| XYZ | 7.85 | 7.19 | 10.21 | - |
| YUV | 77.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 88 | 0.02 | 0.19 | 0 | 0.65 | 292.94 | 0.11 | 0.31 |
| Hex | 56 | 47 | 58 | 2 | 13 | 0 | 41 | 125 | B | 1F |
| Octal | 126 | 107 | 130 | 2 | 23 | 0 | 101 | 445 | 13 | 37 |
| Binary | 1010110 | 1000111 | 1011000 | 10 | 10011 | 0 | 1000001 | 100100101 | 1011 | 11111 |
Color Harmonies of #564758
Complementary color
Monochromatic Colors of #564758
Black with #564758
Text Example
Text Example
White with #564758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564758; }
p { color: rgb(86,71,88); }
H1.HeaderClassName
{
color: #564758;
}
.AnyTagClassName
{
color: #564758;
}
</style>
background-color css
<style>
a { background-color: #564758; }
a { background-color: rgb(86,71,88); }
div.DivClassName
{
background-color: #564758;
}
.BgClassName
{
background-color: #564758;
}
</style>
border-color css
<style>
span { border-color: #564758; }
span { border-color: rgb(86,71,88); }
td.TdClassName
{
border-color: #564758;
}
.TagClassName
{
border-color: #564758;
}
</style>