Shades of Bossanova #56405C
Tints of Bossanova #56405C
RGB
CMYK
RGB Variations
Color information
#56405C (or 0x56405C) is known color: Bossanova. HEX triplet: 56, 40 and 5C. RGB value is (86,64,92). Sum of RGB (Red+Green+Blue) = 86+64+92=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #56405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56405C is #A9BFA3. Grayscale: #494949. Windows color (decimal): -11124644 or 6045782. OLE color: 6045782.
HSL color Cylindrical-coordinate representation of color #56405C: hue angle of 287.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56405C is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 64 | 92 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.64 |
| HSL | 287.14º | 0.18% | 0.31% | - |
| HSV(B) | 287.14º | 0.3% | 0.36% | - |
| XYZ | 7.6 | 6.42 | 10.96 | - |
| YUV | 73.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 92 | 0.07 | 0.30 | 0 | 0.64 | 287.14 | 0.18 | 0.31 |
| Hex | 56 | 40 | 5C | 7 | 1E | 0 | 40 | 11F | 12 | 1F |
| Octal | 126 | 100 | 134 | 7 | 36 | 0 | 100 | 437 | 22 | 37 |
| Binary | 1010110 | 1000000 | 1011100 | 111 | 11110 | 0 | 1000000 | 100011111 | 10010 | 11111 |
Color Harmonies of #56405C
Complementary color
Monochromatic Colors of #56405C
Black with #56405C
Text Example
Text Example
White with #56405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56405C; }
p { color: rgb(86,64,92); }
H1.HeaderClassName
{
color: #56405C;
}
.AnyTagClassName
{
color: #56405C;
}
</style>
background-color css
<style>
a { background-color: #56405C; }
a { background-color: rgb(86,64,92); }
div.DivClassName
{
background-color: #56405C;
}
.BgClassName
{
background-color: #56405C;
}
</style>
border-color css
<style>
span { border-color: #56405C; }
span { border-color: rgb(86,64,92); }
td.TdClassName
{
border-color: #56405C;
}
.TagClassName
{
border-color: #56405C;
}
</style>