Shades of Bossanova #523E53
Tints of Bossanova #523E53
RGB
CMYK
RGB Variations
Color information
#523E53 (or 0x523E53) is known color: Bossanova. HEX triplet: 52, 3E and 53. RGB value is (82,62,83). Sum of RGB (Red+Green+Blue) = 82+62+83=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #523E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E53 is #ADC1AC. Grayscale: #464646. Windows color (decimal): -11387309 or 5455442. OLE color: 5455442.
HSL color Cylindrical-coordinate representation of color #523E53: hue angle of 297.14º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #523E53 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 62 | 83 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.67 |
| HSL | 297.14º | 0.14% | 0.28% | - |
| HSV(B) | 297.14º | 0.25% | 0.33% | - |
| XYZ | 6.76 | 5.86 | 8.96 | - |
| YUV | 70.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 83 | 0.01 | 0.25 | 0 | 0.67 | 297.14 | 0.14 | 0.28 |
| Hex | 52 | 3E | 53 | 1 | 19 | 0 | 43 | 129 | E | 1C |
| Octal | 122 | 76 | 123 | 1 | 31 | 0 | 103 | 451 | 16 | 34 |
| Binary | 1010010 | 111110 | 1010011 | 1 | 11001 | 0 | 1000011 | 100101001 | 1110 | 11100 |
Color Harmonies of #523E53
Complementary color
Monochromatic Colors of #523E53
Black with #523E53
Text Example
Text Example
White with #523E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E53; }
p { color: rgb(82,62,83); }
H1.HeaderClassName
{
color: #523E53;
}
.AnyTagClassName
{
color: #523E53;
}
</style>
background-color css
<style>
a { background-color: #523E53; }
a { background-color: rgb(82,62,83); }
div.DivClassName
{
background-color: #523E53;
}
.BgClassName
{
background-color: #523E53;
}
</style>
border-color css
<style>
span { border-color: #523E53; }
span { border-color: rgb(82,62,83); }
td.TdClassName
{
border-color: #523E53;
}
.TagClassName
{
border-color: #523E53;
}
</style>