Shades of Bossanova #56445B
Tints of Bossanova #56445B
RGB
CMYK
RGB Variations
Color information
#56445B (or 0x56445B) is known color: Bossanova. HEX triplet: 56, 44 and 5B. RGB value is (86,68,91). Sum of RGB (Red+Green+Blue) = 86+68+91=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #56445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56445B is #A9BBA4. Grayscale: #4B4B4B. Windows color (decimal): -11123621 or 5981270. OLE color: 5981270.
HSL color Cylindrical-coordinate representation of color #56445B: hue angle of 286.96º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56445B is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 68 | 91 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.64 |
| HSL | 286.96º | 0.14% | 0.31% | - |
| HSV(B) | 286.96º | 0.25% | 0.36% | - |
| XYZ | 7.79 | 6.87 | 10.81 | - |
| YUV | 76 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 91 | 0.05 | 0.25 | 0 | 0.64 | 286.96 | 0.14 | 0.31 |
| Hex | 56 | 44 | 5B | 5 | 19 | 0 | 40 | 11F | E | 1F |
| Octal | 126 | 104 | 133 | 5 | 31 | 0 | 100 | 437 | 16 | 37 |
| Binary | 1010110 | 1000100 | 1011011 | 101 | 11001 | 0 | 1000000 | 100011111 | 1110 | 11111 |
Color Harmonies of #56445B
Complementary color
Monochromatic Colors of #56445B
Black with #56445B
Text Example
Text Example
White with #56445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56445B; }
p { color: rgb(86,68,91); }
H1.HeaderClassName
{
color: #56445B;
}
.AnyTagClassName
{
color: #56445B;
}
</style>
background-color css
<style>
a { background-color: #56445B; }
a { background-color: rgb(86,68,91); }
div.DivClassName
{
background-color: #56445B;
}
.BgClassName
{
background-color: #56445B;
}
</style>
border-color css
<style>
span { border-color: #56445B; }
span { border-color: rgb(86,68,91); }
td.TdClassName
{
border-color: #56445B;
}
.TagClassName
{
border-color: #56445B;
}
</style>