Shades of Bossanova #504352
Tints of Bossanova #504352
RGB
CMYK
RGB Variations
Color information
#504352 (or 0x504352) is known color: Bossanova. HEX triplet: 50, 43 and 52. RGB value is (80,67,82). Sum of RGB (Red+Green+Blue) = 80+67+82=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 82 - color contains mainly: blue. Hex color #504352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504352 is #AFBCAD. Grayscale: #484848. Windows color (decimal): -11517102 or 5391184. OLE color: 5391184.
HSL color Cylindrical-coordinate representation of color #504352: hue angle of 292º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #504352 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 67 | 82 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.68 |
| HSL | 292º | 0.1% | 0.29% | - |
| HSV(B) | 292º | 0.18% | 0.32% | - |
| XYZ | 6.84 | 6.33 | 8.84 | - |
| YUV | 72.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 82 | 0.02 | 0.18 | 0 | 0.68 | 292 | 0.1 | 0.29 |
| Hex | 50 | 43 | 52 | 2 | 12 | 0 | 44 | 124 | A | 1D |
| Octal | 120 | 103 | 122 | 2 | 22 | 0 | 104 | 444 | 12 | 35 |
| Binary | 1010000 | 1000011 | 1010010 | 10 | 10010 | 0 | 1000100 | 100100100 | 1010 | 11101 |
Color Harmonies of #504352
Complementary color
Monochromatic Colors of #504352
Black with #504352
Text Example
Text Example
White with #504352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504352; }
p { color: rgb(80,67,82); }
H1.HeaderClassName
{
color: #504352;
}
.AnyTagClassName
{
color: #504352;
}
</style>
background-color css
<style>
a { background-color: #504352; }
a { background-color: rgb(80,67,82); }
div.DivClassName
{
background-color: #504352;
}
.BgClassName
{
background-color: #504352;
}
</style>
border-color css
<style>
span { border-color: #504352; }
span { border-color: rgb(80,67,82); }
td.TdClassName
{
border-color: #504352;
}
.TagClassName
{
border-color: #504352;
}
</style>