Shades of Bossanova #523A53
Tints of Bossanova #523A53
RGB
CMYK
RGB Variations
Color information
#523A53 (or 0x523A53) is known color: Bossanova. HEX triplet: 52, 3A and 53. RGB value is (82,58,83). Sum of RGB (Red+Green+Blue) = 82+58+83=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #523A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A53 is #ADC5AC. Grayscale: #434343. Windows color (decimal): -11388333 or 5454418. OLE color: 5454418.
HSL color Cylindrical-coordinate representation of color #523A53: hue angle of 297.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523A53 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 58 | 83 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.67 |
| HSL | 297.6º | 0.18% | 0.28% | - |
| HSV(B) | 297.6º | 0.3% | 0.33% | - |
| XYZ | 6.55 | 5.44 | 8.89 | - |
| YUV | 68.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 83 | 0.01 | 0.30 | 0 | 0.67 | 297.6 | 0.18 | 0.28 |
| Hex | 52 | 3A | 53 | 1 | 1E | 0 | 43 | 12A | 12 | 1C |
| Octal | 122 | 72 | 123 | 1 | 36 | 0 | 103 | 452 | 22 | 34 |
| Binary | 1010010 | 111010 | 1010011 | 1 | 11110 | 0 | 1000011 | 100101010 | 10010 | 11100 |
Color Harmonies of #523A53
Complementary color
Monochromatic Colors of #523A53
Black with #523A53
Text Example
Text Example
White with #523A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A53; }
p { color: rgb(82,58,83); }
H1.HeaderClassName
{
color: #523A53;
}
.AnyTagClassName
{
color: #523A53;
}
</style>
background-color css
<style>
a { background-color: #523A53; }
a { background-color: rgb(82,58,83); }
div.DivClassName
{
background-color: #523A53;
}
.BgClassName
{
background-color: #523A53;
}
</style>
border-color css
<style>
span { border-color: #523A53; }
span { border-color: rgb(82,58,83); }
td.TdClassName
{
border-color: #523A53;
}
.TagClassName
{
border-color: #523A53;
}
</style>