Shades of Bossanova #534658
Tints of Bossanova #534658
RGB
CMYK
RGB Variations
Color information
#534658 (or 0x534658) is known color: Bossanova. HEX triplet: 53, 46 and 58. RGB value is (83,70,88). Sum of RGB (Red+Green+Blue) = 83+70+88=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #534658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534658 is #ACB9A7. Grayscale: #4B4B4B. Windows color (decimal): -11319720 or 5785171. OLE color: 5785171.
HSL color Cylindrical-coordinate representation of color #534658: hue angle of 283.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534658 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 70 | 88 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.65 |
| HSL | 283.33º | 0.11% | 0.31% | - |
| HSV(B) | 283.33º | 0.2% | 0.35% | - |
| XYZ | 7.52 | 6.92 | 10.17 | - |
| YUV | 75.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 88 | 0.06 | 0.20 | 0 | 0.65 | 283.33 | 0.11 | 0.31 |
| Hex | 53 | 46 | 58 | 6 | 14 | 0 | 41 | 11B | B | 1F |
| Octal | 123 | 106 | 130 | 6 | 24 | 0 | 101 | 433 | 13 | 37 |
| Binary | 1010011 | 1000110 | 1011000 | 110 | 10100 | 0 | 1000001 | 100011011 | 1011 | 11111 |
Color Harmonies of #534658
Complementary color
Monochromatic Colors of #534658
Black with #534658
Text Example
Text Example
White with #534658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534658; }
p { color: rgb(83,70,88); }
H1.HeaderClassName
{
color: #534658;
}
.AnyTagClassName
{
color: #534658;
}
</style>
background-color css
<style>
a { background-color: #534658; }
a { background-color: rgb(83,70,88); }
div.DivClassName
{
background-color: #534658;
}
.BgClassName
{
background-color: #534658;
}
</style>
border-color css
<style>
span { border-color: #534658; }
span { border-color: rgb(83,70,88); }
td.TdClassName
{
border-color: #534658;
}
.TagClassName
{
border-color: #534658;
}
</style>