Shades of Bossanova #534758
Tints of Bossanova #534758
RGB
CMYK
RGB Variations
Color information
#534758 (or 0x534758) is known color: Bossanova. HEX triplet: 53, 47 and 58. RGB value is (83,71,88). Sum of RGB (Red+Green+Blue) = 83+71+88=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #534758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534758 is #ACB8A7. Grayscale: #4C4C4C. Windows color (decimal): -11319464 or 5785427. OLE color: 5785427.
HSL color Cylindrical-coordinate representation of color #534758: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534758 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 71 | 88 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.65 |
| HSL | 282.35º | 0.11% | 0.31% | - |
| HSV(B) | 282.35º | 0.19% | 0.35% | - |
| XYZ | 7.58 | 7.05 | 10.19 | - |
| YUV | 76.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 88 | 0.06 | 0.19 | 0 | 0.65 | 282.35 | 0.11 | 0.31 |
| Hex | 53 | 47 | 58 | 6 | 13 | 0 | 41 | 11A | B | 1F |
| Octal | 123 | 107 | 130 | 6 | 23 | 0 | 101 | 432 | 13 | 37 |
| Binary | 1010011 | 1000111 | 1011000 | 110 | 10011 | 0 | 1000001 | 100011010 | 1011 | 11111 |
Color Harmonies of #534758
Complementary color
Monochromatic Colors of #534758
Black with #534758
Text Example
Text Example
White with #534758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534758; }
p { color: rgb(83,71,88); }
H1.HeaderClassName
{
color: #534758;
}
.AnyTagClassName
{
color: #534758;
}
</style>
background-color css
<style>
a { background-color: #534758; }
a { background-color: rgb(83,71,88); }
div.DivClassName
{
background-color: #534758;
}
.BgClassName
{
background-color: #534758;
}
</style>
border-color css
<style>
span { border-color: #534758; }
span { border-color: rgb(83,71,88); }
td.TdClassName
{
border-color: #534758;
}
.TagClassName
{
border-color: #534758;
}
</style>