Shades of Bossanova #533B54
Tints of Bossanova #533B54
RGB
CMYK
RGB Variations
Color information
#533B54 (or 0x533B54) is known color: Bossanova. HEX triplet: 53, 3B and 54. RGB value is (83,59,84). Sum of RGB (Red+Green+Blue) = 83+59+84=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #533B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B54 is #ACC4AB. Grayscale: #444444. Windows color (decimal): -11322540 or 5520211. OLE color: 5520211.
HSL color Cylindrical-coordinate representation of color #533B54: hue angle of 297.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533B54 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 84 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.67 |
| HSL | 297.6º | 0.17% | 0.28% | - |
| HSV(B) | 297.6º | 0.3% | 0.33% | - |
| XYZ | 6.73 | 5.61 | 9.11 | - |
| YUV | 69.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 84 | 0.01 | 0.30 | 0 | 0.67 | 297.6 | 0.17 | 0.28 |
| Hex | 53 | 3B | 54 | 1 | 1E | 0 | 43 | 12A | 11 | 1C |
| Octal | 123 | 73 | 124 | 1 | 36 | 0 | 103 | 452 | 21 | 34 |
| Binary | 1010011 | 111011 | 1010100 | 1 | 11110 | 0 | 1000011 | 100101010 | 10001 | 11100 |
Color Harmonies of #533B54
Complementary color
Monochromatic Colors of #533B54
Black with #533B54
Text Example
Text Example
White with #533B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B54; }
p { color: rgb(83,59,84); }
H1.HeaderClassName
{
color: #533B54;
}
.AnyTagClassName
{
color: #533B54;
}
</style>
background-color css
<style>
a { background-color: #533B54; }
a { background-color: rgb(83,59,84); }
div.DivClassName
{
background-color: #533B54;
}
.BgClassName
{
background-color: #533B54;
}
</style>
border-color css
<style>
span { border-color: #533B54; }
span { border-color: rgb(83,59,84); }
td.TdClassName
{
border-color: #533B54;
}
.TagClassName
{
border-color: #533B54;
}
</style>