Shades of Bossanova #533C53
Tints of Bossanova #533C53
RGB
CMYK
RGB Variations
Color information
#533C53 (or 0x533C53) is known color: Bossanova. HEX triplet: 53, 3C and 53. RGB value is (83,60,83). Sum of RGB (Red+Green+Blue) = 83+60+83=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C53 is #ACC3AC. Grayscale: #454545. Windows color (decimal): -11322285 or 5454931. OLE color: 5454931.
HSL color Cylindrical-coordinate representation of color #533C53: hue angle of 300º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C53 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 83 | - |
| CMYK | 0 | 0.28 | 0 | 0.67 |
| HSL | 300º | 0.16% | 0.28% | - |
| HSV(B) | 300º | 0.28% | 0.33% | - |
| XYZ | 6.74 | 5.7 | 8.93 | - |
| YUV | 69.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 83 | 0 | 0.28 | 0 | 0.67 | 300 | 0.16 | 0.28 |
| Hex | 53 | 3C | 53 | 0 | 1C | 0 | 43 | 12C | 10 | 1C |
| Octal | 123 | 74 | 123 | 0 | 34 | 0 | 103 | 454 | 20 | 34 |
| Binary | 1010011 | 111100 | 1010011 | 0 | 11100 | 0 | 1000011 | 100101100 | 10000 | 11100 |
Color Harmonies of #533C53
Complementary color
Monochromatic Colors of #533C53
Black with #533C53
Text Example
Text Example
White with #533C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C53; }
p { color: rgb(83,60,83); }
H1.HeaderClassName
{
color: #533C53;
}
.AnyTagClassName
{
color: #533C53;
}
</style>
background-color css
<style>
a { background-color: #533C53; }
a { background-color: rgb(83,60,83); }
div.DivClassName
{
background-color: #533C53;
}
.BgClassName
{
background-color: #533C53;
}
</style>
border-color css
<style>
span { border-color: #533C53; }
span { border-color: rgb(83,60,83); }
td.TdClassName
{
border-color: #533C53;
}
.TagClassName
{
border-color: #533C53;
}
</style>