Shades of Bossanova #534655
Tints of Bossanova #534655
RGB
CMYK
RGB Variations
Color information
#534655 (or 0x534655) is known color: Bossanova. HEX triplet: 53, 46 and 55. RGB value is (83,70,85). Sum of RGB (Red+Green+Blue) = 83+70+85=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #534655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534655 is #ACB9AA. Grayscale: #4B4B4B. Windows color (decimal): -11319723 or 5588563. OLE color: 5588563.
HSL color Cylindrical-coordinate representation of color #534655: hue angle of 292º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534655 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 85 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.67 |
| HSL | 292º | 0.1% | 0.3% | - |
| HSV(B) | 292º | 0.18% | 0.33% | - |
| XYZ | 7.4 | 6.88 | 9.53 | - |
| YUV | 75.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 85 | 0.02 | 0.18 | 0 | 0.67 | 292 | 0.1 | 0.3 |
| Hex | 53 | 46 | 55 | 2 | 12 | 0 | 43 | 124 | A | 1E |
| Octal | 123 | 106 | 125 | 2 | 22 | 0 | 103 | 444 | 12 | 36 |
| Binary | 1010011 | 1000110 | 1010101 | 10 | 10010 | 0 | 1000011 | 100100100 | 1010 | 11110 |
Color Harmonies of #534655
Complementary color
Monochromatic Colors of #534655
Black with #534655
Text Example
Text Example
White with #534655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534655; }
p { color: rgb(83,70,85); }
H1.HeaderClassName
{
color: #534655;
}
.AnyTagClassName
{
color: #534655;
}
</style>
background-color css
<style>
a { background-color: #534655; }
a { background-color: rgb(83,70,85); }
div.DivClassName
{
background-color: #534655;
}
.BgClassName
{
background-color: #534655;
}
</style>
border-color css
<style>
span { border-color: #534655; }
span { border-color: rgb(83,70,85); }
td.TdClassName
{
border-color: #534655;
}
.TagClassName
{
border-color: #534655;
}
</style>