Shades of Bossanova #563958
Tints of Bossanova #563958
RGB
CMYK
RGB Variations
Color information
#563958 (or 0x563958) is known color: Bossanova. HEX triplet: 56, 39 and 58. RGB value is (86,57,88). Sum of RGB (Red+Green+Blue) = 86+57+88=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #563958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563958 is #A9C6A7. Grayscale: #454545. Windows color (decimal): -11126440 or 5781846. OLE color: 5781846.
HSL color Cylindrical-coordinate representation of color #563958: hue angle of 296.13º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #563958 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 57 | 88 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.65 |
| HSL | 296.13º | 0.21% | 0.28% | - |
| HSV(B) | 296.13º | 0.35% | 0.35% | - |
| XYZ | 7.06 | 5.61 | 9.94 | - |
| YUV | 69.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 88 | 0.02 | 0.35 | 0 | 0.65 | 296.13 | 0.21 | 0.28 |
| Hex | 56 | 39 | 58 | 2 | 23 | 0 | 41 | 128 | 15 | 1C |
| Octal | 126 | 71 | 130 | 2 | 43 | 0 | 101 | 450 | 25 | 34 |
| Binary | 1010110 | 111001 | 1011000 | 10 | 100011 | 0 | 1000001 | 100101000 | 10101 | 11100 |
Color Harmonies of #563958
Complementary color
Monochromatic Colors of #563958
Black with #563958
Text Example
Text Example
White with #563958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563958; }
p { color: rgb(86,57,88); }
H1.HeaderClassName
{
color: #563958;
}
.AnyTagClassName
{
color: #563958;
}
</style>
background-color css
<style>
a { background-color: #563958; }
a { background-color: rgb(86,57,88); }
div.DivClassName
{
background-color: #563958;
}
.BgClassName
{
background-color: #563958;
}
</style>
border-color css
<style>
span { border-color: #563958; }
span { border-color: rgb(86,57,88); }
td.TdClassName
{
border-color: #563958;
}
.TagClassName
{
border-color: #563958;
}
</style>