Shades of Bossanova #523D56
Tints of Bossanova #523D56
RGB
CMYK
RGB Variations
Color information
#523D56 (or 0x523D56) is known color: Bossanova. HEX triplet: 52, 3D and 56. RGB value is (82,61,86). Sum of RGB (Red+Green+Blue) = 82+61+86=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #523D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D56 is #ADC2A9. Grayscale: #464646. Windows color (decimal): -11387562 or 5651794. OLE color: 5651794.
HSL color Cylindrical-coordinate representation of color #523D56: hue angle of 290.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523D56 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 61 | 86 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.66 |
| HSL | 290.4º | 0.17% | 0.29% | - |
| HSV(B) | 290.4º | 0.29% | 0.34% | - |
| XYZ | 6.83 | 5.8 | 9.56 | - |
| YUV | 70.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 86 | 0.05 | 0.29 | 0 | 0.66 | 290.4 | 0.17 | 0.29 |
| Hex | 52 | 3D | 56 | 5 | 1D | 0 | 42 | 122 | 11 | 1D |
| Octal | 122 | 75 | 126 | 5 | 35 | 0 | 102 | 442 | 21 | 35 |
| Binary | 1010010 | 111101 | 1010110 | 101 | 11101 | 0 | 1000010 | 100100010 | 10001 | 11101 |
Color Harmonies of #523D56
Complementary color
Monochromatic Colors of #523D56
Black with #523D56
Text Example
Text Example
White with #523D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D56; }
p { color: rgb(82,61,86); }
H1.HeaderClassName
{
color: #523D56;
}
.AnyTagClassName
{
color: #523D56;
}
</style>
background-color css
<style>
a { background-color: #523D56; }
a { background-color: rgb(82,61,86); }
div.DivClassName
{
background-color: #523D56;
}
.BgClassName
{
background-color: #523D56;
}
</style>
border-color css
<style>
span { border-color: #523D56; }
span { border-color: rgb(82,61,86); }
td.TdClassName
{
border-color: #523D56;
}
.TagClassName
{
border-color: #523D56;
}
</style>