Shades of Bossanova #564359
Tints of Bossanova #564359
RGB
CMYK
RGB Variations
Color information
#564359 (or 0x564359) is known color: Bossanova. HEX triplet: 56, 43 and 59. RGB value is (86,67,89). Sum of RGB (Red+Green+Blue) = 86+67+89=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #564359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564359 is #A9BCA6. Grayscale: #4B4B4B. Windows color (decimal): -11123879 or 5849942. OLE color: 5849942.
HSL color Cylindrical-coordinate representation of color #564359: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #564359 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 67 | 89 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.65 |
| HSL | 291.82º | 0.14% | 0.31% | - |
| HSV(B) | 291.82º | 0.25% | 0.35% | - |
| XYZ | 7.65 | 6.71 | 10.34 | - |
| YUV | 75.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 89 | 0.03 | 0.25 | 0 | 0.65 | 291.82 | 0.14 | 0.31 |
| Hex | 56 | 43 | 59 | 3 | 19 | 0 | 41 | 124 | E | 1F |
| Octal | 126 | 103 | 131 | 3 | 31 | 0 | 101 | 444 | 16 | 37 |
| Binary | 1010110 | 1000011 | 1011001 | 11 | 11001 | 0 | 1000001 | 100100100 | 1110 | 11111 |
Color Harmonies of #564359
Complementary color
Monochromatic Colors of #564359
Black with #564359
Text Example
Text Example
White with #564359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564359; }
p { color: rgb(86,67,89); }
H1.HeaderClassName
{
color: #564359;
}
.AnyTagClassName
{
color: #564359;
}
</style>
background-color css
<style>
a { background-color: #564359; }
a { background-color: rgb(86,67,89); }
div.DivClassName
{
background-color: #564359;
}
.BgClassName
{
background-color: #564359;
}
</style>
border-color css
<style>
span { border-color: #564359; }
span { border-color: rgb(86,67,89); }
td.TdClassName
{
border-color: #564359;
}
.TagClassName
{
border-color: #564359;
}
</style>