Shades of Bossanova #524854
Tints of Bossanova #524854
RGB
CMYK
RGB Variations
Color information
#524854 (or 0x524854) is known color: Bossanova. HEX triplet: 52, 48 and 54. RGB value is (82,72,84). Sum of RGB (Red+Green+Blue) = 82+72+84=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #524854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524854 is #ADB7AB. Grayscale: #4C4C4C. Windows color (decimal): -11384748 or 5523538. OLE color: 5523538.
HSL color Cylindrical-coordinate representation of color #524854: hue angle of 290º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #524854 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 72 | 84 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.67 |
| HSL | 290º | 0.08% | 0.31% | - |
| HSV(B) | 290º | 0.14% | 0.33% | - |
| XYZ | 7.4 | 7.07 | 9.36 | - |
| YUV | 76.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 84 | 0.02 | 0.14 | 0 | 0.67 | 290 | 0.08 | 0.31 |
| Hex | 52 | 48 | 54 | 2 | E | 0 | 43 | 122 | 8 | 1F |
| Octal | 122 | 110 | 124 | 2 | 16 | 0 | 103 | 442 | 10 | 37 |
| Binary | 1010010 | 1001000 | 1010100 | 10 | 1110 | 0 | 1000011 | 100100010 | 1000 | 11111 |
Color Harmonies of #524854
Complementary color
Monochromatic Colors of #524854
Black with #524854
Text Example
Text Example
White with #524854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524854; }
p { color: rgb(82,72,84); }
H1.HeaderClassName
{
color: #524854;
}
.AnyTagClassName
{
color: #524854;
}
</style>
background-color css
<style>
a { background-color: #524854; }
a { background-color: rgb(82,72,84); }
div.DivClassName
{
background-color: #524854;
}
.BgClassName
{
background-color: #524854;
}
</style>
border-color css
<style>
span { border-color: #524854; }
span { border-color: rgb(82,72,84); }
td.TdClassName
{
border-color: #524854;
}
.TagClassName
{
border-color: #524854;
}
</style>