Shades of Bossanova #534353
Tints of Bossanova #534353
RGB
CMYK
RGB Variations
Color information
#534353 (or 0x534353) is known color: Bossanova. HEX triplet: 53, 43 and 53. RGB value is (83,67,83). Sum of RGB (Red+Green+Blue) = 83+67+83=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534353 is #ACBCAC. Grayscale: #494949. Windows color (decimal): -11320493 or 5456723. OLE color: 5456723.
HSL color Cylindrical-coordinate representation of color #534353: hue angle of 300º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534353 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 83 | - |
| CMYK | 0 | 0.19 | 0 | 0.67 |
| HSL | 300º | 0.11% | 0.29% | - |
| HSV(B) | 300º | 0.19% | 0.33% | - |
| XYZ | 7.14 | 6.48 | 9.06 | - |
| YUV | 73.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 83 | 0 | 0.19 | 0 | 0.67 | 300 | 0.11 | 0.29 |
| Hex | 53 | 43 | 53 | 0 | 13 | 0 | 43 | 12C | B | 1D |
| Octal | 123 | 103 | 123 | 0 | 23 | 0 | 103 | 454 | 13 | 35 |
| Binary | 1010011 | 1000011 | 1010011 | 0 | 10011 | 0 | 1000011 | 100101100 | 1011 | 11101 |
Color Harmonies of #534353
Complementary color
Monochromatic Colors of #534353
Black with #534353
Text Example
Text Example
White with #534353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534353; }
p { color: rgb(83,67,83); }
H1.HeaderClassName
{
color: #534353;
}
.AnyTagClassName
{
color: #534353;
}
</style>
background-color css
<style>
a { background-color: #534353; }
a { background-color: rgb(83,67,83); }
div.DivClassName
{
background-color: #534353;
}
.BgClassName
{
background-color: #534353;
}
</style>
border-color css
<style>
span { border-color: #534353; }
span { border-color: rgb(83,67,83); }
td.TdClassName
{
border-color: #534353;
}
.TagClassName
{
border-color: #534353;
}
</style>