Shades of Bossanova #524F52
Tints of Bossanova #524F52
RGB
CMYK
RGB Variations
Color information
#524F52 (or 0x524F52) is known color: Bossanova. HEX triplet: 52, 4F and 52. RGB value is (82,79,82). Sum of RGB (Red+Green+Blue) = 82+79+82=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #524F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F52 is #ADB0AD. Grayscale: #505050. Windows color (decimal): -11382958 or 5394258. OLE color: 5394258.
HSL color Cylindrical-coordinate representation of color #524F52: hue angle of 300º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #524F52 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 82 | 79 | 82 | - |
CMYK | 0 | 0.04 | 0 | 0.68 |
HSL | 300º | 0.02% | 0.32% | - |
HSV(B) | 300º | 0.04% | 0.32% | - |
XYZ | 7.8 | 8 | 9.11 | - |
YUV | 80.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 79 | 82 | 0 | 0.04 | 0 | 0.68 | 300 | 0.02 | 0.32 |
Hex | 52 | 4F | 52 | 0 | 4 | 0 | 44 | 12C | 2 | 20 |
Octal | 122 | 117 | 122 | 0 | 4 | 0 | 104 | 454 | 2 | 40 |
Binary | 1010010 | 1001111 | 1010010 | 0 | 100 | 0 | 1000100 | 100101100 | 10 | 100000 |
Color Harmonies of #524F52
Complementary color
Monochromatic Colors of #524F52
Black with #524F52
Text Example
Text Example
White with #524F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F52; }
p { color: rgb(82,79,82); }
H1.HeaderClassName
{
color: #524F52;
}
.AnyTagClassName
{
color: #524F52;
}
</style>
background-color css
<style>
a { background-color: #524F52; }
a { background-color: rgb(82,79,82); }
div.DivClassName
{
background-color: #524F52;
}
.BgClassName
{
background-color: #524F52;
}
</style>
border-color css
<style>
span { border-color: #524F52; }
span { border-color: rgb(82,79,82); }
td.TdClassName
{
border-color: #524F52;
}
.TagClassName
{
border-color: #524F52;
}
</style>