Shades of Bossanova #523A55
Tints of Bossanova #523A55
RGB
CMYK
RGB Variations
Color information
#523A55 (or 0x523A55) is known color: Bossanova. HEX triplet: 52, 3A and 55. RGB value is (82,58,85). Sum of RGB (Red+Green+Blue) = 82+58+85=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #523A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A55 is #ADC5AA. Grayscale: #444444. Windows color (decimal): -11388331 or 5585490. OLE color: 5585490.
HSL color Cylindrical-coordinate representation of color #523A55: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #523A55 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 58 | 85 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.67 |
| HSL | 293.33º | 0.19% | 0.28% | - |
| HSV(B) | 293.33º | 0.32% | 0.33% | - |
| XYZ | 6.63 | 5.48 | 9.3 | - |
| YUV | 68.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 85 | 0.04 | 0.32 | 0 | 0.67 | 293.33 | 0.19 | 0.28 |
| Hex | 52 | 3A | 55 | 4 | 20 | 0 | 43 | 125 | 13 | 1C |
| Octal | 122 | 72 | 125 | 4 | 40 | 0 | 103 | 445 | 23 | 34 |
| Binary | 1010010 | 111010 | 1010101 | 100 | 100000 | 0 | 1000011 | 100100101 | 10011 | 11100 |
Color Harmonies of #523A55
Complementary color
Monochromatic Colors of #523A55
Black with #523A55
Text Example
Text Example
White with #523A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A55; }
p { color: rgb(82,58,85); }
H1.HeaderClassName
{
color: #523A55;
}
.AnyTagClassName
{
color: #523A55;
}
</style>
background-color css
<style>
a { background-color: #523A55; }
a { background-color: rgb(82,58,85); }
div.DivClassName
{
background-color: #523A55;
}
.BgClassName
{
background-color: #523A55;
}
</style>
border-color css
<style>
span { border-color: #523A55; }
span { border-color: rgb(82,58,85); }
td.TdClassName
{
border-color: #523A55;
}
.TagClassName
{
border-color: #523A55;
}
</style>