Shades of Bossanova #56415C
Tints of Bossanova #56415C
RGB
CMYK
RGB Variations
Color information
#56415C (or 0x56415C) is known color: Bossanova. HEX triplet: 56, 41 and 5C. RGB value is (86,65,92). Sum of RGB (Red+Green+Blue) = 86+65+92=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #56415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56415C is #A9BEA3. Grayscale: #4A4A4A. Windows color (decimal): -11124388 or 6046038. OLE color: 6046038.
HSL color Cylindrical-coordinate representation of color #56415C: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56415C is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 65 | 92 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.64 |
| HSL | 286.67º | 0.17% | 0.31% | - |
| HSV(B) | 286.67º | 0.29% | 0.36% | - |
| XYZ | 7.66 | 6.53 | 10.98 | - |
| YUV | 74.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 92 | 0.07 | 0.29 | 0 | 0.64 | 286.67 | 0.17 | 0.31 |
| Hex | 56 | 41 | 5C | 7 | 1D | 0 | 40 | 11F | 11 | 1F |
| Octal | 126 | 101 | 134 | 7 | 35 | 0 | 100 | 437 | 21 | 37 |
| Binary | 1010110 | 1000001 | 1011100 | 111 | 11101 | 0 | 1000000 | 100011111 | 10001 | 11111 |
Color Harmonies of #56415C
Complementary color
Monochromatic Colors of #56415C
Black with #56415C
Text Example
Text Example
White with #56415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56415C; }
p { color: rgb(86,65,92); }
H1.HeaderClassName
{
color: #56415C;
}
.AnyTagClassName
{
color: #56415C;
}
</style>
background-color css
<style>
a { background-color: #56415C; }
a { background-color: rgb(86,65,92); }
div.DivClassName
{
background-color: #56415C;
}
.BgClassName
{
background-color: #56415C;
}
</style>
border-color css
<style>
span { border-color: #56415C; }
span { border-color: rgb(86,65,92); }
td.TdClassName
{
border-color: #56415C;
}
.TagClassName
{
border-color: #56415C;
}
</style>