Shades of Bossanova #524755
Tints of Bossanova #524755
RGB
CMYK
RGB Variations
Color information
#524755 (or 0x524755) is known color: Bossanova. HEX triplet: 52, 47 and 55. RGB value is (82,71,85). Sum of RGB (Red+Green+Blue) = 82+71+85=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #524755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524755 is #ADB8AA. Grayscale: #4B4B4B. Windows color (decimal): -11385003 or 5588818. OLE color: 5588818.
HSL color Cylindrical-coordinate representation of color #524755: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524755 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 71 | 85 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.67 |
| HSL | 287.14º | 0.09% | 0.31% | - |
| HSV(B) | 287.14º | 0.16% | 0.33% | - |
| XYZ | 7.37 | 6.96 | 9.55 | - |
| YUV | 75.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 85 | 0.04 | 0.16 | 0 | 0.67 | 287.14 | 0.09 | 0.31 |
| Hex | 52 | 47 | 55 | 4 | 10 | 0 | 43 | 11F | 9 | 1F |
| Octal | 122 | 107 | 125 | 4 | 20 | 0 | 103 | 437 | 11 | 37 |
| Binary | 1010010 | 1000111 | 1010101 | 100 | 10000 | 0 | 1000011 | 100011111 | 1001 | 11111 |
Color Harmonies of #524755
Complementary color
Monochromatic Colors of #524755
Black with #524755
Text Example
Text Example
White with #524755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524755; }
p { color: rgb(82,71,85); }
H1.HeaderClassName
{
color: #524755;
}
.AnyTagClassName
{
color: #524755;
}
</style>
background-color css
<style>
a { background-color: #524755; }
a { background-color: rgb(82,71,85); }
div.DivClassName
{
background-color: #524755;
}
.BgClassName
{
background-color: #524755;
}
</style>
border-color css
<style>
span { border-color: #524755; }
span { border-color: rgb(82,71,85); }
td.TdClassName
{
border-color: #524755;
}
.TagClassName
{
border-color: #524755;
}
</style>