Shades of Bossanova #523E58
Tints of Bossanova #523E58
RGB
CMYK
RGB Variations
Color information
#523E58 (or 0x523E58) is known color: Bossanova. HEX triplet: 52, 3E and 58. RGB value is (82,62,88). Sum of RGB (Red+Green+Blue) = 82+62+88=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #523E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E58 is #ADC1A7. Grayscale: #464646. Windows color (decimal): -11387304 or 5783122. OLE color: 5783122.
HSL color Cylindrical-coordinate representation of color #523E58: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523E58 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 62 | 88 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.65 |
| HSL | 286.15º | 0.17% | 0.29% | - |
| HSV(B) | 286.15º | 0.3% | 0.35% | - |
| XYZ | 6.96 | 5.94 | 10.01 | - |
| YUV | 70.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 88 | 0.07 | 0.30 | 0 | 0.65 | 286.15 | 0.17 | 0.29 |
| Hex | 52 | 3E | 58 | 7 | 1E | 0 | 41 | 11E | 11 | 1D |
| Octal | 122 | 76 | 130 | 7 | 36 | 0 | 101 | 436 | 21 | 35 |
| Binary | 1010010 | 111110 | 1011000 | 111 | 11110 | 0 | 1000001 | 100011110 | 10001 | 11101 |
Color Harmonies of #523E58
Complementary color
Monochromatic Colors of #523E58
Black with #523E58
Text Example
Text Example
White with #523E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E58; }
p { color: rgb(82,62,88); }
H1.HeaderClassName
{
color: #523E58;
}
.AnyTagClassName
{
color: #523E58;
}
</style>
background-color css
<style>
a { background-color: #523E58; }
a { background-color: rgb(82,62,88); }
div.DivClassName
{
background-color: #523E58;
}
.BgClassName
{
background-color: #523E58;
}
</style>
border-color css
<style>
span { border-color: #523E58; }
span { border-color: rgb(82,62,88); }
td.TdClassName
{
border-color: #523E58;
}
.TagClassName
{
border-color: #523E58;
}
</style>