Shades of Bossanova #533C57
Tints of Bossanova #533C57
RGB
CMYK
RGB Variations
Color information
#533C57 (or 0x533C57) is known color: Bossanova. HEX triplet: 53, 3C and 57. RGB value is (83,60,87). Sum of RGB (Red+Green+Blue) = 83+60+87=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #533C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C57 is #ACC3A8. Grayscale: #454545. Windows color (decimal): -11322281 or 5717075. OLE color: 5717075.
HSL color Cylindrical-coordinate representation of color #533C57: hue angle of 291.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533C57 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 60 | 87 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.66 |
| HSL | 291.11º | 0.18% | 0.29% | - |
| HSV(B) | 291.11º | 0.31% | 0.34% | - |
| XYZ | 6.9 | 5.76 | 9.76 | - |
| YUV | 69.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 87 | 0.05 | 0.31 | 0 | 0.66 | 291.11 | 0.18 | 0.29 |
| Hex | 53 | 3C | 57 | 5 | 1F | 0 | 42 | 123 | 12 | 1D |
| Octal | 123 | 74 | 127 | 5 | 37 | 0 | 102 | 443 | 22 | 35 |
| Binary | 1010011 | 111100 | 1010111 | 101 | 11111 | 0 | 1000010 | 100100011 | 10010 | 11101 |
Color Harmonies of #533C57
Complementary color
Monochromatic Colors of #533C57
Black with #533C57
Text Example
Text Example
White with #533C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C57; }
p { color: rgb(83,60,87); }
H1.HeaderClassName
{
color: #533C57;
}
.AnyTagClassName
{
color: #533C57;
}
</style>
background-color css
<style>
a { background-color: #533C57; }
a { background-color: rgb(83,60,87); }
div.DivClassName
{
background-color: #533C57;
}
.BgClassName
{
background-color: #533C57;
}
</style>
border-color css
<style>
span { border-color: #533C57; }
span { border-color: rgb(83,60,87); }
td.TdClassName
{
border-color: #533C57;
}
.TagClassName
{
border-color: #533C57;
}
</style>