Shades of Bossanova #534155
Tints of Bossanova #534155
RGB
CMYK
RGB Variations
Color information
#534155 (or 0x534155) is known color: Bossanova. HEX triplet: 53, 41 and 55. RGB value is (83,65,85). Sum of RGB (Red+Green+Blue) = 83+65+85=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 65 (25.78% from 255 or 27.90% 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 #534155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534155 is #ACBEAA. Grayscale: #484848. Windows color (decimal): -11321003 or 5587283. OLE color: 5587283.
HSL color Cylindrical-coordinate representation of color #534155: hue angle of 294º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534155 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 85 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.67 |
| HSL | 294º | 0.13% | 0.29% | - |
| HSV(B) | 294º | 0.24% | 0.33% | - |
| XYZ | 7.1 | 6.28 | 9.43 | - |
| YUV | 72.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 85 | 0.02 | 0.24 | 0 | 0.67 | 294 | 0.13 | 0.29 |
| Hex | 53 | 41 | 55 | 2 | 18 | 0 | 43 | 126 | D | 1D |
| Octal | 123 | 101 | 125 | 2 | 30 | 0 | 103 | 446 | 15 | 35 |
| Binary | 1010011 | 1000001 | 1010101 | 10 | 11000 | 0 | 1000011 | 100100110 | 1101 | 11101 |
Color Harmonies of #534155
Complementary color
Monochromatic Colors of #534155
Black with #534155
Text Example
Text Example
White with #534155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534155; }
p { color: rgb(83,65,85); }
H1.HeaderClassName
{
color: #534155;
}
.AnyTagClassName
{
color: #534155;
}
</style>
background-color css
<style>
a { background-color: #534155; }
a { background-color: rgb(83,65,85); }
div.DivClassName
{
background-color: #534155;
}
.BgClassName
{
background-color: #534155;
}
</style>
border-color css
<style>
span { border-color: #534155; }
span { border-color: rgb(83,65,85); }
td.TdClassName
{
border-color: #534155;
}
.TagClassName
{
border-color: #534155;
}
</style>