Shades of Bossanova #524255
Tints of Bossanova #524255
RGB
CMYK
RGB Variations
Color information
#524255 (or 0x524255) is known color: Bossanova. HEX triplet: 52, 42 and 55. RGB value is (82,66,85). Sum of RGB (Red+Green+Blue) = 82+66+85=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #524255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524255 is #ADBDAA. Grayscale: #484848. Windows color (decimal): -11386283 or 5587538. OLE color: 5587538.
HSL color Cylindrical-coordinate representation of color #524255: hue angle of 290.53º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524255 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 66 | 85 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.67 |
| HSL | 290.53º | 0.13% | 0.3% | - |
| HSV(B) | 290.53º | 0.22% | 0.33% | - |
| XYZ | 7.07 | 6.35 | 9.45 | - |
| YUV | 72.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 85 | 0.04 | 0.22 | 0 | 0.67 | 290.53 | 0.13 | 0.3 |
| Hex | 52 | 42 | 55 | 4 | 16 | 0 | 43 | 123 | D | 1E |
| Octal | 122 | 102 | 125 | 4 | 26 | 0 | 103 | 443 | 15 | 36 |
| Binary | 1010010 | 1000010 | 1010101 | 100 | 10110 | 0 | 1000011 | 100100011 | 1101 | 11110 |
Color Harmonies of #524255
Complementary color
Monochromatic Colors of #524255
Black with #524255
Text Example
Text Example
White with #524255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524255; }
p { color: rgb(82,66,85); }
H1.HeaderClassName
{
color: #524255;
}
.AnyTagClassName
{
color: #524255;
}
</style>
background-color css
<style>
a { background-color: #524255; }
a { background-color: rgb(82,66,85); }
div.DivClassName
{
background-color: #524255;
}
.BgClassName
{
background-color: #524255;
}
</style>
border-color css
<style>
span { border-color: #524255; }
span { border-color: rgb(82,66,85); }
td.TdClassName
{
border-color: #524255;
}
.TagClassName
{
border-color: #524255;
}
</style>