Shades of Bossanova #563D5D
Tints of Bossanova #563D5D
RGB
CMYK
RGB Variations
Color information
#563D5D (or 0x563D5D) is known color: Bossanova. HEX triplet: 56, 3D and 5D. RGB value is (86,61,93). Sum of RGB (Red+Green+Blue) = 86+61+93=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #563D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D5D is #A9C2A2. Grayscale: #484848. Windows color (decimal): -11125411 or 6110550. OLE color: 6110550.
HSL color Cylindrical-coordinate representation of color #563D5D: hue angle of 286.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #563D5D is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 61 | 93 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.64 |
| HSL | 286.88º | 0.21% | 0.3% | - |
| HSV(B) | 286.88º | 0.34% | 0.36% | - |
| XYZ | 7.48 | 6.11 | 11.14 | - |
| YUV | 72.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 93 | 0.08 | 0.34 | 0 | 0.64 | 286.88 | 0.21 | 0.3 |
| Hex | 56 | 3D | 5D | 8 | 22 | 0 | 40 | 11F | 15 | 1E |
| Octal | 126 | 75 | 135 | 10 | 42 | 0 | 100 | 437 | 25 | 36 |
| Binary | 1010110 | 111101 | 1011101 | 1000 | 100010 | 0 | 1000000 | 100011111 | 10101 | 11110 |
Color Harmonies of #563D5D
Complementary color
Monochromatic Colors of #563D5D
Black with #563D5D
Text Example
Text Example
White with #563D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D5D; }
p { color: rgb(86,61,93); }
H1.HeaderClassName
{
color: #563D5D;
}
.AnyTagClassName
{
color: #563D5D;
}
</style>
background-color css
<style>
a { background-color: #563D5D; }
a { background-color: rgb(86,61,93); }
div.DivClassName
{
background-color: #563D5D;
}
.BgClassName
{
background-color: #563D5D;
}
</style>
border-color css
<style>
span { border-color: #563D5D; }
span { border-color: rgb(86,61,93); }
td.TdClassName
{
border-color: #563D5D;
}
.TagClassName
{
border-color: #563D5D;
}
</style>