Shades of Bossanova #533E57
Tints of Bossanova #533E57
RGB
CMYK
RGB Variations
Color information
#533E57 (or 0x533E57) is known color: Bossanova. HEX triplet: 53, 3E and 57. RGB value is (83,62,87). Sum of RGB (Red+Green+Blue) = 83+62+87=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #533E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E57 is #ACC1A8. Grayscale: #474747. Windows color (decimal): -11321769 or 5717587. OLE color: 5717587.
HSL color Cylindrical-coordinate representation of color #533E57: hue angle of 290.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533E57 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 62 | 87 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.66 |
| HSL | 290.4º | 0.17% | 0.29% | - |
| HSV(B) | 290.4º | 0.29% | 0.34% | - |
| XYZ | 7.01 | 5.97 | 9.8 | - |
| YUV | 71.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 87 | 0.05 | 0.29 | 0 | 0.66 | 290.4 | 0.17 | 0.29 |
| Hex | 53 | 3E | 57 | 5 | 1D | 0 | 42 | 122 | 11 | 1D |
| Octal | 123 | 76 | 127 | 5 | 35 | 0 | 102 | 442 | 21 | 35 |
| Binary | 1010011 | 111110 | 1010111 | 101 | 11101 | 0 | 1000010 | 100100010 | 10001 | 11101 |
Color Harmonies of #533E57
Complementary color
Monochromatic Colors of #533E57
Black with #533E57
Text Example
Text Example
White with #533E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E57; }
p { color: rgb(83,62,87); }
H1.HeaderClassName
{
color: #533E57;
}
.AnyTagClassName
{
color: #533E57;
}
</style>
background-color css
<style>
a { background-color: #533E57; }
a { background-color: rgb(83,62,87); }
div.DivClassName
{
background-color: #533E57;
}
.BgClassName
{
background-color: #533E57;
}
</style>
border-color css
<style>
span { border-color: #533E57; }
span { border-color: rgb(83,62,87); }
td.TdClassName
{
border-color: #533E57;
}
.TagClassName
{
border-color: #533E57;
}
</style>