Shades of Bossanova #534857
Tints of Bossanova #534857
RGB
CMYK
RGB Variations
Color information
#534857 (or 0x534857) is known color: Bossanova. HEX triplet: 53, 48 and 57. RGB value is (83,72,87). Sum of RGB (Red+Green+Blue) = 83+72+87=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #534857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534857 is #ACB7A8. Grayscale: #4C4C4C. Windows color (decimal): -11319209 or 5720147. OLE color: 5720147.
HSL color Cylindrical-coordinate representation of color #534857: hue angle of 284º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534857 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 72 | 87 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.66 |
| HSL | 284º | 0.09% | 0.31% | - |
| HSV(B) | 284º | 0.17% | 0.34% | - |
| XYZ | 7.6 | 7.16 | 10 | - |
| YUV | 77 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 87 | 0.05 | 0.17 | 0 | 0.66 | 284 | 0.09 | 0.31 |
| Hex | 53 | 48 | 57 | 5 | 11 | 0 | 42 | 11C | 9 | 1F |
| Octal | 123 | 110 | 127 | 5 | 21 | 0 | 102 | 434 | 11 | 37 |
| Binary | 1010011 | 1001000 | 1010111 | 101 | 10001 | 0 | 1000010 | 100011100 | 1001 | 11111 |
Color Harmonies of #534857
Complementary color
Monochromatic Colors of #534857
Black with #534857
Text Example
Text Example
White with #534857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534857; }
p { color: rgb(83,72,87); }
H1.HeaderClassName
{
color: #534857;
}
.AnyTagClassName
{
color: #534857;
}
</style>
background-color css
<style>
a { background-color: #534857; }
a { background-color: rgb(83,72,87); }
div.DivClassName
{
background-color: #534857;
}
.BgClassName
{
background-color: #534857;
}
</style>
border-color css
<style>
span { border-color: #534857; }
span { border-color: rgb(83,72,87); }
td.TdClassName
{
border-color: #534857;
}
.TagClassName
{
border-color: #534857;
}
</style>