Shades of Bossanova #514152
Tints of Bossanova #514152
RGB
CMYK
RGB Variations
Color information
#514152 (or 0x514152) is known color: Bossanova. HEX triplet: 51, 41 and 52. RGB value is (81,65,82). Sum of RGB (Red+Green+Blue) = 81+65+82=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #514152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514152 is #AEBEAD. Grayscale: #474747. Windows color (decimal): -11452078 or 5390673. OLE color: 5390673.
HSL color Cylindrical-coordinate representation of color #514152: hue angle of 296.47º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514152 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 82 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.68 |
| HSL | 296.47º | 0.12% | 0.29% | - |
| HSV(B) | 296.47º | 0.21% | 0.32% | - |
| XYZ | 6.81 | 6.14 | 8.81 | - |
| YUV | 71.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 82 | 0.01 | 0.21 | 0 | 0.68 | 296.47 | 0.12 | 0.29 |
| Hex | 51 | 41 | 52 | 1 | 15 | 0 | 44 | 128 | C | 1D |
| Octal | 121 | 101 | 122 | 1 | 25 | 0 | 104 | 450 | 14 | 35 |
| Binary | 1010001 | 1000001 | 1010010 | 1 | 10101 | 0 | 1000100 | 100101000 | 1100 | 11101 |
Color Harmonies of #514152
Complementary color
Monochromatic Colors of #514152
Black with #514152
Text Example
Text Example
White with #514152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514152; }
p { color: rgb(81,65,82); }
H1.HeaderClassName
{
color: #514152;
}
.AnyTagClassName
{
color: #514152;
}
</style>
background-color css
<style>
a { background-color: #514152; }
a { background-color: rgb(81,65,82); }
div.DivClassName
{
background-color: #514152;
}
.BgClassName
{
background-color: #514152;
}
</style>
border-color css
<style>
span { border-color: #514152; }
span { border-color: rgb(81,65,82); }
td.TdClassName
{
border-color: #514152;
}
.TagClassName
{
border-color: #514152;
}
</style>