Shades of Bossanova #533A57
Tints of Bossanova #533A57
RGB
CMYK
RGB Variations
Color information
#533A57 (or 0x533A57) is known color: Bossanova. HEX triplet: 53, 3A and 57. RGB value is (83,58,87). Sum of RGB (Red+Green+Blue) = 83+58+87=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #533A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A57 is #ACC5A8. Grayscale: #444444. Windows color (decimal): -11322793 or 5716563. OLE color: 5716563.
HSL color Cylindrical-coordinate representation of color #533A57: hue angle of 291.72º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #533A57 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 58 | 87 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.66 |
| HSL | 291.72º | 0.2% | 0.28% | - |
| HSV(B) | 291.72º | 0.33% | 0.34% | - |
| XYZ | 6.8 | 5.55 | 9.73 | - |
| YUV | 68.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 87 | 0.05 | 0.33 | 0 | 0.66 | 291.72 | 0.2 | 0.28 |
| Hex | 53 | 3A | 57 | 5 | 21 | 0 | 42 | 124 | 14 | 1C |
| Octal | 123 | 72 | 127 | 5 | 41 | 0 | 102 | 444 | 24 | 34 |
| Binary | 1010011 | 111010 | 1010111 | 101 | 100001 | 0 | 1000010 | 100100100 | 10100 | 11100 |
Color Harmonies of #533A57
Complementary color
Monochromatic Colors of #533A57
Black with #533A57
Text Example
Text Example
White with #533A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A57; }
p { color: rgb(83,58,87); }
H1.HeaderClassName
{
color: #533A57;
}
.AnyTagClassName
{
color: #533A57;
}
</style>
background-color css
<style>
a { background-color: #533A57; }
a { background-color: rgb(83,58,87); }
div.DivClassName
{
background-color: #533A57;
}
.BgClassName
{
background-color: #533A57;
}
</style>
border-color css
<style>
span { border-color: #533A57; }
span { border-color: rgb(83,58,87); }
td.TdClassName
{
border-color: #533A57;
}
.TagClassName
{
border-color: #533A57;
}
</style>