Shades of Bossanova #534659
Tints of Bossanova #534659
RGB
CMYK
RGB Variations
Color information
#534659 (or 0x534659) is known color: Bossanova. HEX triplet: 53, 46 and 59. RGB value is (83,70,89). Sum of RGB (Red+Green+Blue) = 83+70+89=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #534659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534659 is #ACB9A6. Grayscale: #4B4B4B. Windows color (decimal): -11319719 or 5850707. OLE color: 5850707.
HSL color Cylindrical-coordinate representation of color #534659: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534659 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 70 | 89 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.65 |
| HSL | 281.05º | 0.12% | 0.31% | - |
| HSV(B) | 281.05º | 0.21% | 0.35% | - |
| XYZ | 7.56 | 6.94 | 10.39 | - |
| YUV | 76.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 89 | 0.07 | 0.21 | 0 | 0.65 | 281.05 | 0.12 | 0.31 |
| Hex | 53 | 46 | 59 | 7 | 15 | 0 | 41 | 119 | C | 1F |
| Octal | 123 | 106 | 131 | 7 | 25 | 0 | 101 | 431 | 14 | 37 |
| Binary | 1010011 | 1000110 | 1011001 | 111 | 10101 | 0 | 1000001 | 100011001 | 1100 | 11111 |
Color Harmonies of #534659
Complementary color
Monochromatic Colors of #534659
Black with #534659
Text Example
Text Example
White with #534659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534659; }
p { color: rgb(83,70,89); }
H1.HeaderClassName
{
color: #534659;
}
.AnyTagClassName
{
color: #534659;
}
</style>
background-color css
<style>
a { background-color: #534659; }
a { background-color: rgb(83,70,89); }
div.DivClassName
{
background-color: #534659;
}
.BgClassName
{
background-color: #534659;
}
</style>
border-color css
<style>
span { border-color: #534659; }
span { border-color: rgb(83,70,89); }
td.TdClassName
{
border-color: #534659;
}
.TagClassName
{
border-color: #534659;
}
</style>