Shades of Bossanova #514852
Tints of Bossanova #514852
RGB
CMYK
RGB Variations
Color information
#514852 (or 0x514852) is known color: Bossanova. HEX triplet: 51, 48 and 52. RGB value is (81,72,82). Sum of RGB (Red+Green+Blue) = 81+72+82=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 82 - color contains mainly: blue. Hex color #514852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514852 is #AEB7AD. Grayscale: #4B4B4B. Windows color (decimal): -11450286 or 5392465. OLE color: 5392465.
HSL color Cylindrical-coordinate representation of color #514852: hue angle of 294º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514852 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 82 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.68 |
| HSL | 294º | 0.06% | 0.3% | - |
| HSV(B) | 294º | 0.12% | 0.32% | - |
| XYZ | 7.23 | 6.99 | 8.95 | - |
| YUV | 75.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 82 | 0.01 | 0.12 | 0 | 0.68 | 294 | 0.06 | 0.3 |
| Hex | 51 | 48 | 52 | 1 | C | 0 | 44 | 126 | 6 | 1E |
| Octal | 121 | 110 | 122 | 1 | 14 | 0 | 104 | 446 | 6 | 36 |
| Binary | 1010001 | 1001000 | 1010010 | 1 | 1100 | 0 | 1000100 | 100100110 | 110 | 11110 |
Color Harmonies of #514852
Complementary color
Monochromatic Colors of #514852
Black with #514852
Text Example
Text Example
White with #514852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514852; }
p { color: rgb(81,72,82); }
H1.HeaderClassName
{
color: #514852;
}
.AnyTagClassName
{
color: #514852;
}
</style>
background-color css
<style>
a { background-color: #514852; }
a { background-color: rgb(81,72,82); }
div.DivClassName
{
background-color: #514852;
}
.BgClassName
{
background-color: #514852;
}
</style>
border-color css
<style>
span { border-color: #514852; }
span { border-color: rgb(81,72,82); }
td.TdClassName
{
border-color: #514852;
}
.TagClassName
{
border-color: #514852;
}
</style>