Shades of Bossanova #523E56
Tints of Bossanova #523E56
RGB
CMYK
RGB Variations
Color information
#523E56 (or 0x523E56) is known color: Bossanova. HEX triplet: 52, 3E and 56. RGB value is (82,62,86). Sum of RGB (Red+Green+Blue) = 82+62+86=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #523E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E56 is #ADC1A9. Grayscale: #464646. Windows color (decimal): -11387306 or 5652050. OLE color: 5652050.
HSL color Cylindrical-coordinate representation of color #523E56: hue angle of 290º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523E56 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 62 | 86 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.66 |
| HSL | 290º | 0.16% | 0.29% | - |
| HSV(B) | 290º | 0.28% | 0.34% | - |
| XYZ | 6.88 | 5.91 | 9.58 | - |
| YUV | 70.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 86 | 0.05 | 0.28 | 0 | 0.66 | 290 | 0.16 | 0.29 |
| Hex | 52 | 3E | 56 | 5 | 1C | 0 | 42 | 122 | 10 | 1D |
| Octal | 122 | 76 | 126 | 5 | 34 | 0 | 102 | 442 | 20 | 35 |
| Binary | 1010010 | 111110 | 1010110 | 101 | 11100 | 0 | 1000010 | 100100010 | 10000 | 11101 |
Color Harmonies of #523E56
Complementary color
Monochromatic Colors of #523E56
Black with #523E56
Text Example
Text Example
White with #523E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E56; }
p { color: rgb(82,62,86); }
H1.HeaderClassName
{
color: #523E56;
}
.AnyTagClassName
{
color: #523E56;
}
</style>
background-color css
<style>
a { background-color: #523E56; }
a { background-color: rgb(82,62,86); }
div.DivClassName
{
background-color: #523E56;
}
.BgClassName
{
background-color: #523E56;
}
</style>
border-color css
<style>
span { border-color: #523E56; }
span { border-color: rgb(82,62,86); }
td.TdClassName
{
border-color: #523E56;
}
.TagClassName
{
border-color: #523E56;
}
</style>