Shades of Bossanova #523A57
Tints of Bossanova #523A57
RGB
CMYK
RGB Variations
Color information
#523A57 (or 0x523A57) is known color: Bossanova. HEX triplet: 52, 3A and 57. RGB value is (82,58,87). Sum of RGB (Red+Green+Blue) = 82+58+87=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #523A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A57 is #ADC5A8. Grayscale: #444444. Windows color (decimal): -11388329 or 5716562. OLE color: 5716562.
HSL color Cylindrical-coordinate representation of color #523A57: hue angle of 289.66º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #523A57 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 58 | 87 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.66 |
| HSL | 289.66º | 0.2% | 0.28% | - |
| HSV(B) | 289.66º | 0.33% | 0.34% | - |
| XYZ | 6.71 | 5.51 | 9.73 | - |
| YUV | 68.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 87 | 0.06 | 0.33 | 0 | 0.66 | 289.66 | 0.2 | 0.28 |
| Hex | 52 | 3A | 57 | 6 | 21 | 0 | 42 | 122 | 14 | 1C |
| Octal | 122 | 72 | 127 | 6 | 41 | 0 | 102 | 442 | 24 | 34 |
| Binary | 1010010 | 111010 | 1010111 | 110 | 100001 | 0 | 1000010 | 100100010 | 10100 | 11100 |
Color Harmonies of #523A57
Complementary color
Monochromatic Colors of #523A57
Black with #523A57
Text Example
Text Example
White with #523A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A57; }
p { color: rgb(82,58,87); }
H1.HeaderClassName
{
color: #523A57;
}
.AnyTagClassName
{
color: #523A57;
}
</style>
background-color css
<style>
a { background-color: #523A57; }
a { background-color: rgb(82,58,87); }
div.DivClassName
{
background-color: #523A57;
}
.BgClassName
{
background-color: #523A57;
}
</style>
border-color css
<style>
span { border-color: #523A57; }
span { border-color: rgb(82,58,87); }
td.TdClassName
{
border-color: #523A57;
}
.TagClassName
{
border-color: #523A57;
}
</style>