Shades of Bossanova #533C56
Tints of Bossanova #533C56
RGB
CMYK
RGB Variations
Color information
#533C56 (or 0x533C56) is known color: Bossanova. HEX triplet: 53, 3C and 56. RGB value is (83,60,86). Sum of RGB (Red+Green+Blue) = 83+60+86=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #533C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C56 is #ACC3A9. Grayscale: #454545. Windows color (decimal): -11322282 or 5651539. OLE color: 5651539.
HSL color Cylindrical-coordinate representation of color #533C56: hue angle of 293.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533C56 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 60 | 86 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.66 |
| HSL | 293.08º | 0.18% | 0.29% | - |
| HSV(B) | 293.08º | 0.3% | 0.34% | - |
| XYZ | 6.86 | 5.74 | 9.55 | - |
| YUV | 69.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 86 | 0.03 | 0.30 | 0 | 0.66 | 293.08 | 0.18 | 0.29 |
| Hex | 53 | 3C | 56 | 3 | 1E | 0 | 42 | 125 | 12 | 1D |
| Octal | 123 | 74 | 126 | 3 | 36 | 0 | 102 | 445 | 22 | 35 |
| Binary | 1010011 | 111100 | 1010110 | 11 | 11110 | 0 | 1000010 | 100100101 | 10010 | 11101 |
Color Harmonies of #533C56
Complementary color
Monochromatic Colors of #533C56
Black with #533C56
Text Example
Text Example
White with #533C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C56; }
p { color: rgb(83,60,86); }
H1.HeaderClassName
{
color: #533C56;
}
.AnyTagClassName
{
color: #533C56;
}
</style>
background-color css
<style>
a { background-color: #533C56; }
a { background-color: rgb(83,60,86); }
div.DivClassName
{
background-color: #533C56;
}
.BgClassName
{
background-color: #533C56;
}
</style>
border-color css
<style>
span { border-color: #533C56; }
span { border-color: rgb(83,60,86); }
td.TdClassName
{
border-color: #533C56;
}
.TagClassName
{
border-color: #533C56;
}
</style>