Shades of Bossanova #533E59
Tints of Bossanova #533E59
RGB
CMYK
RGB Variations
Color information
#533E59 (or 0x533E59) is known color: Bossanova. HEX triplet: 53, 3E and 59. RGB value is (83,62,89). Sum of RGB (Red+Green+Blue) = 83+62+89=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #533E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E59 is #ACC1A6. Grayscale: #474747. Windows color (decimal): -11321767 or 5848659. OLE color: 5848659.
HSL color Cylindrical-coordinate representation of color #533E59: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533E59 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 62 | 89 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.65 |
| HSL | 286.67º | 0.18% | 0.3% | - |
| HSV(B) | 286.67º | 0.3% | 0.35% | - |
| XYZ | 7.09 | 6.01 | 10.24 | - |
| YUV | 71.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 89 | 0.07 | 0.30 | 0 | 0.65 | 286.67 | 0.18 | 0.3 |
| Hex | 53 | 3E | 59 | 7 | 1E | 0 | 41 | 11F | 12 | 1E |
| Octal | 123 | 76 | 131 | 7 | 36 | 0 | 101 | 437 | 22 | 36 |
| Binary | 1010011 | 111110 | 1011001 | 111 | 11110 | 0 | 1000001 | 100011111 | 10010 | 11110 |
Color Harmonies of #533E59
Complementary color
Monochromatic Colors of #533E59
Black with #533E59
Text Example
Text Example
White with #533E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E59; }
p { color: rgb(83,62,89); }
H1.HeaderClassName
{
color: #533E59;
}
.AnyTagClassName
{
color: #533E59;
}
</style>
background-color css
<style>
a { background-color: #533E59; }
a { background-color: rgb(83,62,89); }
div.DivClassName
{
background-color: #533E59;
}
.BgClassName
{
background-color: #533E59;
}
</style>
border-color css
<style>
span { border-color: #533E59; }
span { border-color: rgb(83,62,89); }
td.TdClassName
{
border-color: #533E59;
}
.TagClassName
{
border-color: #533E59;
}
</style>