Shades of Bossanova #524253
Tints of Bossanova #524253
RGB
CMYK
RGB Variations
Color information
#524253 (or 0x524253) is known color: Bossanova. HEX triplet: 52, 42 and 53. RGB value is (82,66,83). Sum of RGB (Red+Green+Blue) = 82+66+83=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #524253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524253 is #ADBDAC. Grayscale: #484848. Windows color (decimal): -11386285 or 5456466. OLE color: 5456466.
HSL color Cylindrical-coordinate representation of color #524253: hue angle of 296.47º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #524253 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 66 | 83 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.67 |
| HSL | 296.47º | 0.11% | 0.29% | - |
| HSV(B) | 296.47º | 0.2% | 0.33% | - |
| XYZ | 6.99 | 6.31 | 9.03 | - |
| YUV | 72.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 83 | 0.01 | 0.20 | 0 | 0.67 | 296.47 | 0.11 | 0.29 |
| Hex | 52 | 42 | 53 | 1 | 14 | 0 | 43 | 128 | B | 1D |
| Octal | 122 | 102 | 123 | 1 | 24 | 0 | 103 | 450 | 13 | 35 |
| Binary | 1010010 | 1000010 | 1010011 | 1 | 10100 | 0 | 1000011 | 100101000 | 1011 | 11101 |
Color Harmonies of #524253
Complementary color
Monochromatic Colors of #524253
Black with #524253
Text Example
Text Example
White with #524253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524253; }
p { color: rgb(82,66,83); }
H1.HeaderClassName
{
color: #524253;
}
.AnyTagClassName
{
color: #524253;
}
</style>
background-color css
<style>
a { background-color: #524253; }
a { background-color: rgb(82,66,83); }
div.DivClassName
{
background-color: #524253;
}
.BgClassName
{
background-color: #524253;
}
</style>
border-color css
<style>
span { border-color: #524253; }
span { border-color: rgb(82,66,83); }
td.TdClassName
{
border-color: #524253;
}
.TagClassName
{
border-color: #524253;
}
</style>