Shades of Bossanova #534F54
Tints of Bossanova #534F54
RGB
CMYK
RGB Variations
Color information
#534F54 (or 0x534F54) is known color: Bossanova. HEX triplet: 53, 4F and 54. RGB value is (83,79,84). Sum of RGB (Red+Green+Blue) = 83+79+84=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 84 - color contains mainly: blue. Hex color #534F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F54 is #ACB0AB. Grayscale: #505050. Windows color (decimal): -11317420 or 5525331. OLE color: 5525331.
HSL color Cylindrical-coordinate representation of color #534F54: hue angle of 288º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #534F54 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 84 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.67 |
| HSL | 288º | 0.03% | 0.32% | - |
| HSV(B) | 288º | 0.06% | 0.33% | - |
| XYZ | 7.96 | 8.07 | 9.53 | - |
| YUV | 80.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 84 | 0.01 | 0.06 | 0 | 0.67 | 288 | 0.03 | 0.32 |
| Hex | 53 | 4F | 54 | 1 | 6 | 0 | 43 | 120 | 3 | 20 |
| Octal | 123 | 117 | 124 | 1 | 6 | 0 | 103 | 440 | 3 | 40 |
| Binary | 1010011 | 1001111 | 1010100 | 1 | 110 | 0 | 1000011 | 100100000 | 11 | 100000 |
Color Harmonies of #534F54
Complementary color
Monochromatic Colors of #534F54
Black with #534F54
Text Example
Text Example
White with #534F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F54; }
p { color: rgb(83,79,84); }
H1.HeaderClassName
{
color: #534F54;
}
.AnyTagClassName
{
color: #534F54;
}
</style>
background-color css
<style>
a { background-color: #534F54; }
a { background-color: rgb(83,79,84); }
div.DivClassName
{
background-color: #534F54;
}
.BgClassName
{
background-color: #534F54;
}
</style>
border-color css
<style>
span { border-color: #534F54; }
span { border-color: rgb(83,79,84); }
td.TdClassName
{
border-color: #534F54;
}
.TagClassName
{
border-color: #534F54;
}
</style>