Shades of Bossanova #514954
Tints of Bossanova #514954
RGB
CMYK
RGB Variations
Color information
#514954 (or 0x514954) is known color: Bossanova. HEX triplet: 51, 49 and 54. RGB value is (81,73,84). Sum of RGB (Red+Green+Blue) = 81+73+84=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 73 (28.91% from 255 or 30.67% 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 #514954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514954 is #AEB6AB. Grayscale: #4C4C4C. Windows color (decimal): -11450028 or 5523793. OLE color: 5523793.
HSL color Cylindrical-coordinate representation of color #514954: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #514954 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 73 | 84 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.67 |
| HSL | 283.64º | 0.07% | 0.31% | - |
| HSV(B) | 283.64º | 0.13% | 0.33% | - |
| XYZ | 7.38 | 7.15 | 9.38 | - |
| YUV | 76.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 84 | 0.04 | 0.13 | 0 | 0.67 | 283.64 | 0.07 | 0.31 |
| Hex | 51 | 49 | 54 | 4 | D | 0 | 43 | 11C | 7 | 1F |
| Octal | 121 | 111 | 124 | 4 | 15 | 0 | 103 | 434 | 7 | 37 |
| Binary | 1010001 | 1001001 | 1010100 | 100 | 1101 | 0 | 1000011 | 100011100 | 111 | 11111 |
Color Harmonies of #514954
Complementary color
Monochromatic Colors of #514954
Black with #514954
Text Example
Text Example
White with #514954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514954; }
p { color: rgb(81,73,84); }
H1.HeaderClassName
{
color: #514954;
}
.AnyTagClassName
{
color: #514954;
}
</style>
background-color css
<style>
a { background-color: #514954; }
a { background-color: rgb(81,73,84); }
div.DivClassName
{
background-color: #514954;
}
.BgClassName
{
background-color: #514954;
}
</style>
border-color css
<style>
span { border-color: #514954; }
span { border-color: rgb(81,73,84); }
td.TdClassName
{
border-color: #514954;
}
.TagClassName
{
border-color: #514954;
}
</style>