Shades of Bossanova #504455
Tints of Bossanova #504455
RGB
CMYK
RGB Variations
Color information
#504455 (or 0x504455) is known color: Bossanova. HEX triplet: 50, 44 and 55. RGB value is (80,68,85). Sum of RGB (Red+Green+Blue) = 80+68+85=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #504455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504455 is #AFBBAA. Grayscale: #494949. Windows color (decimal): -11516843 or 5588048. OLE color: 5588048.
HSL color Cylindrical-coordinate representation of color #504455: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504455 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 68 | 85 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.67 |
| HSL | 282.35º | 0.11% | 0.3% | - |
| HSV(B) | 282.35º | 0.2% | 0.33% | - |
| XYZ | 7.02 | 6.5 | 9.48 | - |
| YUV | 73.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 85 | 0.06 | 0.20 | 0 | 0.67 | 282.35 | 0.11 | 0.3 |
| Hex | 50 | 44 | 55 | 6 | 14 | 0 | 43 | 11A | B | 1E |
| Octal | 120 | 104 | 125 | 6 | 24 | 0 | 103 | 432 | 13 | 36 |
| Binary | 1010000 | 1000100 | 1010101 | 110 | 10100 | 0 | 1000011 | 100011010 | 1011 | 11110 |
Color Harmonies of #504455
Complementary color
Monochromatic Colors of #504455
Black with #504455
Text Example
Text Example
White with #504455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504455; }
p { color: rgb(80,68,85); }
H1.HeaderClassName
{
color: #504455;
}
.AnyTagClassName
{
color: #504455;
}
</style>
background-color css
<style>
a { background-color: #504455; }
a { background-color: rgb(80,68,85); }
div.DivClassName
{
background-color: #504455;
}
.BgClassName
{
background-color: #504455;
}
</style>
border-color css
<style>
span { border-color: #504455; }
span { border-color: rgb(80,68,85); }
td.TdClassName
{
border-color: #504455;
}
.TagClassName
{
border-color: #504455;
}
</style>