Shades of Bossanova #533E55
Tints of Bossanova #533E55
RGB
CMYK
RGB Variations
Color information
#533E55 (or 0x533E55) is known color: Bossanova. HEX triplet: 53, 3E and 55. RGB value is (83,62,85). Sum of RGB (Red+Green+Blue) = 83+62+85=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #533E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E55 is #ACC1AA. Grayscale: #464646. Windows color (decimal): -11321771 or 5586515. OLE color: 5586515.
HSL color Cylindrical-coordinate representation of color #533E55: hue angle of 294.78º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533E55 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 85 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.67 |
| HSL | 294.78º | 0.16% | 0.29% | - |
| HSV(B) | 294.78º | 0.27% | 0.33% | - |
| XYZ | 6.93 | 5.94 | 9.38 | - |
| YUV | 70.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 85 | 0.02 | 0.27 | 0 | 0.67 | 294.78 | 0.16 | 0.29 |
| Hex | 53 | 3E | 55 | 2 | 1B | 0 | 43 | 127 | 10 | 1D |
| Octal | 123 | 76 | 125 | 2 | 33 | 0 | 103 | 447 | 20 | 35 |
| Binary | 1010011 | 111110 | 1010101 | 10 | 11011 | 0 | 1000011 | 100100111 | 10000 | 11101 |
Color Harmonies of #533E55
Complementary color
Monochromatic Colors of #533E55
Black with #533E55
Text Example
Text Example
White with #533E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E55; }
p { color: rgb(83,62,85); }
H1.HeaderClassName
{
color: #533E55;
}
.AnyTagClassName
{
color: #533E55;
}
</style>
background-color css
<style>
a { background-color: #533E55; }
a { background-color: rgb(83,62,85); }
div.DivClassName
{
background-color: #533E55;
}
.BgClassName
{
background-color: #533E55;
}
</style>
border-color css
<style>
span { border-color: #533E55; }
span { border-color: rgb(83,62,85); }
td.TdClassName
{
border-color: #533E55;
}
.TagClassName
{
border-color: #533E55;
}
</style>