Shades of Bossanova #534955
Tints of Bossanova #534955
RGB
CMYK
RGB Variations
Color information
#534955 (or 0x534955) is known color: Bossanova. HEX triplet: 53, 49 and 55. RGB value is (83,73,85). Sum of RGB (Red+Green+Blue) = 83+73+85=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #534955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534955 is #ACB6AA. Grayscale: #4D4D4D. Windows color (decimal): -11318955 or 5589331. OLE color: 5589331.
HSL color Cylindrical-coordinate representation of color #534955: hue angle of 290º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534955 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 85 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.67 |
| HSL | 290º | 0.08% | 0.31% | - |
| HSV(B) | 290º | 0.14% | 0.33% | - |
| XYZ | 7.59 | 7.26 | 9.6 | - |
| YUV | 77.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 85 | 0.02 | 0.14 | 0 | 0.67 | 290 | 0.08 | 0.31 |
| Hex | 53 | 49 | 55 | 2 | E | 0 | 43 | 122 | 8 | 1F |
| Octal | 123 | 111 | 125 | 2 | 16 | 0 | 103 | 442 | 10 | 37 |
| Binary | 1010011 | 1001001 | 1010101 | 10 | 1110 | 0 | 1000011 | 100100010 | 1000 | 11111 |
Color Harmonies of #534955
Complementary color
Monochromatic Colors of #534955
Black with #534955
Text Example
Text Example
White with #534955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534955; }
p { color: rgb(83,73,85); }
H1.HeaderClassName
{
color: #534955;
}
.AnyTagClassName
{
color: #534955;
}
</style>
background-color css
<style>
a { background-color: #534955; }
a { background-color: rgb(83,73,85); }
div.DivClassName
{
background-color: #534955;
}
.BgClassName
{
background-color: #534955;
}
</style>
border-color css
<style>
span { border-color: #534955; }
span { border-color: rgb(83,73,85); }
td.TdClassName
{
border-color: #534955;
}
.TagClassName
{
border-color: #534955;
}
</style>