Shades of Bossanova #503D54
Tints of Bossanova #503D54
RGB
CMYK
RGB Variations
Color information
#503D54 (or 0x503D54) is known color: Bossanova. HEX triplet: 50, 3D and 54. RGB value is (80,61,84). Sum of RGB (Red+Green+Blue) = 80+61+84=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #503D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D54 is #AFC2AB. Grayscale: #454545. Windows color (decimal): -11518636 or 5520720. OLE color: 5520720.
HSL color Cylindrical-coordinate representation of color #503D54: hue angle of 289.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503D54 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 61 | 84 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.67 |
| HSL | 289.57º | 0.16% | 0.28% | - |
| HSV(B) | 289.57º | 0.27% | 0.33% | - |
| XYZ | 6.58 | 5.68 | 9.14 | - |
| YUV | 69.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 84 | 0.05 | 0.27 | 0 | 0.67 | 289.57 | 0.16 | 0.28 |
| Hex | 50 | 3D | 54 | 5 | 1B | 0 | 43 | 122 | 10 | 1C |
| Octal | 120 | 75 | 124 | 5 | 33 | 0 | 103 | 442 | 20 | 34 |
| Binary | 1010000 | 111101 | 1010100 | 101 | 11011 | 0 | 1000011 | 100100010 | 10000 | 11100 |
Color Harmonies of #503D54
Complementary color
Monochromatic Colors of #503D54
Black with #503D54
Text Example
Text Example
White with #503D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D54; }
p { color: rgb(80,61,84); }
H1.HeaderClassName
{
color: #503D54;
}
.AnyTagClassName
{
color: #503D54;
}
</style>
background-color css
<style>
a { background-color: #503D54; }
a { background-color: rgb(80,61,84); }
div.DivClassName
{
background-color: #503D54;
}
.BgClassName
{
background-color: #503D54;
}
</style>
border-color css
<style>
span { border-color: #503D54; }
span { border-color: rgb(80,61,84); }
td.TdClassName
{
border-color: #503D54;
}
.TagClassName
{
border-color: #503D54;
}
</style>