Shades of Bossanova #524553
Tints of Bossanova #524553
RGB
CMYK
RGB Variations
Color information
#524553 (or 0x524553) is known color: Bossanova. HEX triplet: 52, 45 and 53. RGB value is (82,69,83). Sum of RGB (Red+Green+Blue) = 82+69+83=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #524553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524553 is #ADBAAC. Grayscale: #4A4A4A. Windows color (decimal): -11385517 or 5457234. OLE color: 5457234.
HSL color Cylindrical-coordinate representation of color #524553: hue angle of 295.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524553 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 69 | 83 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.67 |
| HSL | 295.71º | 0.09% | 0.3% | - |
| HSV(B) | 295.71º | 0.17% | 0.33% | - |
| XYZ | 7.17 | 6.67 | 9.09 | - |
| YUV | 74.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 83 | 0.01 | 0.17 | 0 | 0.67 | 295.71 | 0.09 | 0.3 |
| Hex | 52 | 45 | 53 | 1 | 11 | 0 | 43 | 128 | 9 | 1E |
| Octal | 122 | 105 | 123 | 1 | 21 | 0 | 103 | 450 | 11 | 36 |
| Binary | 1010010 | 1000101 | 1010011 | 1 | 10001 | 0 | 1000011 | 100101000 | 1001 | 11110 |
Color Harmonies of #524553
Complementary color
Monochromatic Colors of #524553
Black with #524553
Text Example
Text Example
White with #524553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524553; }
p { color: rgb(82,69,83); }
H1.HeaderClassName
{
color: #524553;
}
.AnyTagClassName
{
color: #524553;
}
</style>
background-color css
<style>
a { background-color: #524553; }
a { background-color: rgb(82,69,83); }
div.DivClassName
{
background-color: #524553;
}
.BgClassName
{
background-color: #524553;
}
</style>
border-color css
<style>
span { border-color: #524553; }
span { border-color: rgb(82,69,83); }
td.TdClassName
{
border-color: #524553;
}
.TagClassName
{
border-color: #524553;
}
</style>