Shades of Bossanova #523D52
Tints of Bossanova #523D52
RGB
CMYK
RGB Variations
Color information
#523D52 (or 0x523D52) is known color: Bossanova. HEX triplet: 52, 3D and 52. RGB value is (82,61,82). Sum of RGB (Red+Green+Blue) = 82+61+82=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #523D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D52 is #ADC2AD. Grayscale: #454545. Windows color (decimal): -11387566 or 5389650. OLE color: 5389650.
HSL color Cylindrical-coordinate representation of color #523D52: hue angle of 300º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D52 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 82 | - |
| CMYK | 0 | 0.26 | 0 | 0.68 |
| HSL | 300º | 0.15% | 0.28% | - |
| HSV(B) | 300º | 0.26% | 0.32% | - |
| XYZ | 6.67 | 5.74 | 8.74 | - |
| YUV | 69.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 82 | 0 | 0.26 | 0 | 0.68 | 300 | 0.15 | 0.28 |
| Hex | 52 | 3D | 52 | 0 | 1A | 0 | 44 | 12C | F | 1C |
| Octal | 122 | 75 | 122 | 0 | 32 | 0 | 104 | 454 | 17 | 34 |
| Binary | 1010010 | 111101 | 1010010 | 0 | 11010 | 0 | 1000100 | 100101100 | 1111 | 11100 |
Color Harmonies of #523D52
Complementary color
Monochromatic Colors of #523D52
Black with #523D52
Text Example
Text Example
White with #523D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D52; }
p { color: rgb(82,61,82); }
H1.HeaderClassName
{
color: #523D52;
}
.AnyTagClassName
{
color: #523D52;
}
</style>
background-color css
<style>
a { background-color: #523D52; }
a { background-color: rgb(82,61,82); }
div.DivClassName
{
background-color: #523D52;
}
.BgClassName
{
background-color: #523D52;
}
</style>
border-color css
<style>
span { border-color: #523D52; }
span { border-color: rgb(82,61,82); }
td.TdClassName
{
border-color: #523D52;
}
.TagClassName
{
border-color: #523D52;
}
</style>