Shades of Bossanova #514153
Tints of Bossanova #514153
RGB
CMYK
RGB Variations
Color information
#514153 (or 0x514153) is known color: Bossanova. HEX triplet: 51, 41 and 53. RGB value is (81,65,83). Sum of RGB (Red+Green+Blue) = 81+65+83=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #514153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514153 is #AEBEAC. Grayscale: #474747. Windows color (decimal): -11452077 or 5456209. OLE color: 5456209.
HSL color Cylindrical-coordinate representation of color #514153: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514153 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 65 | 83 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.67 |
| HSL | 293.33º | 0.12% | 0.29% | - |
| HSV(B) | 293.33º | 0.22% | 0.33% | - |
| XYZ | 6.84 | 6.15 | 9.01 | - |
| YUV | 71.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 83 | 0.02 | 0.22 | 0 | 0.67 | 293.33 | 0.12 | 0.29 |
| Hex | 51 | 41 | 53 | 2 | 16 | 0 | 43 | 125 | C | 1D |
| Octal | 121 | 101 | 123 | 2 | 26 | 0 | 103 | 445 | 14 | 35 |
| Binary | 1010001 | 1000001 | 1010011 | 10 | 10110 | 0 | 1000011 | 100100101 | 1100 | 11101 |
Color Harmonies of #514153
Complementary color
Monochromatic Colors of #514153
Black with #514153
Text Example
Text Example
White with #514153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514153; }
p { color: rgb(81,65,83); }
H1.HeaderClassName
{
color: #514153;
}
.AnyTagClassName
{
color: #514153;
}
</style>
background-color css
<style>
a { background-color: #514153; }
a { background-color: rgb(81,65,83); }
div.DivClassName
{
background-color: #514153;
}
.BgClassName
{
background-color: #514153;
}
</style>
border-color css
<style>
span { border-color: #514153; }
span { border-color: rgb(81,65,83); }
td.TdClassName
{
border-color: #514153;
}
.TagClassName
{
border-color: #514153;
}
</style>