Shades of Bossanova #514353
Tints of Bossanova #514353
RGB
CMYK
RGB Variations
Color information
#514353 (or 0x514353) is known color: Bossanova. HEX triplet: 51, 43 and 53. RGB value is (81,67,83). Sum of RGB (Red+Green+Blue) = 81+67+83=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #514353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514353 is #AEBCAC. Grayscale: #484848. Windows color (decimal): -11451565 or 5456721. OLE color: 5456721.
HSL color Cylindrical-coordinate representation of color #514353: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514353 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 67 | 83 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.67 |
| HSL | 292.5º | 0.11% | 0.29% | - |
| HSV(B) | 292.5º | 0.19% | 0.33% | - |
| XYZ | 6.96 | 6.39 | 9.05 | - |
| YUV | 73.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 83 | 0.02 | 0.19 | 0 | 0.67 | 292.5 | 0.11 | 0.29 |
| Hex | 51 | 43 | 53 | 2 | 13 | 0 | 43 | 124 | B | 1D |
| Octal | 121 | 103 | 123 | 2 | 23 | 0 | 103 | 444 | 13 | 35 |
| Binary | 1010001 | 1000011 | 1010011 | 10 | 10011 | 0 | 1000011 | 100100100 | 1011 | 11101 |
Color Harmonies of #514353
Complementary color
Monochromatic Colors of #514353
Black with #514353
Text Example
Text Example
White with #514353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514353; }
p { color: rgb(81,67,83); }
H1.HeaderClassName
{
color: #514353;
}
.AnyTagClassName
{
color: #514353;
}
</style>
background-color css
<style>
a { background-color: #514353; }
a { background-color: rgb(81,67,83); }
div.DivClassName
{
background-color: #514353;
}
.BgClassName
{
background-color: #514353;
}
</style>
border-color css
<style>
span { border-color: #514353; }
span { border-color: rgb(81,67,83); }
td.TdClassName
{
border-color: #514353;
}
.TagClassName
{
border-color: #514353;
}
</style>