Shades of Bossanova #534858
Tints of Bossanova #534858
RGB
CMYK
RGB Variations
Color information
#534858 (or 0x534858) is known color: Bossanova. HEX triplet: 53, 48 and 58. RGB value is (83,72,88). Sum of RGB (Red+Green+Blue) = 83+72+88=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 88 - color contains mainly: blue. Hex color #534858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534858 is #ACB7A7. Grayscale: #4D4D4D. Windows color (decimal): -11319208 or 5785683. OLE color: 5785683.
HSL color Cylindrical-coordinate representation of color #534858: hue angle of 281.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534858 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 72 | 88 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.65 |
| HSL | 281.25º | 0.1% | 0.31% | - |
| HSV(B) | 281.25º | 0.18% | 0.35% | - |
| XYZ | 7.65 | 7.18 | 10.22 | - |
| YUV | 77.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 88 | 0.06 | 0.18 | 0 | 0.65 | 281.25 | 0.1 | 0.31 |
| Hex | 53 | 48 | 58 | 6 | 12 | 0 | 41 | 119 | A | 1F |
| Octal | 123 | 110 | 130 | 6 | 22 | 0 | 101 | 431 | 12 | 37 |
| Binary | 1010011 | 1001000 | 1011000 | 110 | 10010 | 0 | 1000001 | 100011001 | 1010 | 11111 |
Color Harmonies of #534858
Complementary color
Monochromatic Colors of #534858
Black with #534858
Text Example
Text Example
White with #534858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534858; }
p { color: rgb(83,72,88); }
H1.HeaderClassName
{
color: #534858;
}
.AnyTagClassName
{
color: #534858;
}
</style>
background-color css
<style>
a { background-color: #534858; }
a { background-color: rgb(83,72,88); }
div.DivClassName
{
background-color: #534858;
}
.BgClassName
{
background-color: #534858;
}
</style>
border-color css
<style>
span { border-color: #534858; }
span { border-color: rgb(83,72,88); }
td.TdClassName
{
border-color: #534858;
}
.TagClassName
{
border-color: #534858;
}
</style>