Shades of Bossanova #534359
Tints of Bossanova #534359
RGB
CMYK
RGB Variations
Color information
#534359 (or 0x534359) is known color: Bossanova. HEX triplet: 53, 43 and 59. RGB value is (83,67,89). Sum of RGB (Red+Green+Blue) = 83+67+89=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #534359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534359 is #ACBCA6. Grayscale: #4A4A4A. Windows color (decimal): -11320487 or 5849939. OLE color: 5849939.
HSL color Cylindrical-coordinate representation of color #534359: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #534359 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 67 | 89 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.65 |
| HSL | 283.64º | 0.14% | 0.31% | - |
| HSV(B) | 283.64º | 0.25% | 0.35% | - |
| XYZ | 7.38 | 6.57 | 10.33 | - |
| YUV | 74.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 89 | 0.07 | 0.25 | 0 | 0.65 | 283.64 | 0.14 | 0.31 |
| Hex | 53 | 43 | 59 | 7 | 19 | 0 | 41 | 11C | E | 1F |
| Octal | 123 | 103 | 131 | 7 | 31 | 0 | 101 | 434 | 16 | 37 |
| Binary | 1010011 | 1000011 | 1011001 | 111 | 11001 | 0 | 1000001 | 100011100 | 1110 | 11111 |
Color Harmonies of #534359
Complementary color
Monochromatic Colors of #534359
Black with #534359
Text Example
Text Example
White with #534359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534359; }
p { color: rgb(83,67,89); }
H1.HeaderClassName
{
color: #534359;
}
.AnyTagClassName
{
color: #534359;
}
</style>
background-color css
<style>
a { background-color: #534359; }
a { background-color: rgb(83,67,89); }
div.DivClassName
{
background-color: #534359;
}
.BgClassName
{
background-color: #534359;
}
</style>
border-color css
<style>
span { border-color: #534359; }
span { border-color: rgb(83,67,89); }
td.TdClassName
{
border-color: #534359;
}
.TagClassName
{
border-color: #534359;
}
</style>