Shades of Bossanova #533F58
Tints of Bossanova #533F58
RGB
CMYK
RGB Variations
Color information
#533F58 (or 0x533F58) is known color: Bossanova. HEX triplet: 53, 3F and 58. RGB value is (83,63,88). Sum of RGB (Red+Green+Blue) = 83+63+88=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #533F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F58 is #ACC0A7. Grayscale: #474747. Windows color (decimal): -11321512 or 5783379. OLE color: 5783379.
HSL color Cylindrical-coordinate representation of color #533F58: hue angle of 288º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533F58 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 63 | 88 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.65 |
| HSL | 288º | 0.17% | 0.3% | - |
| HSV(B) | 288º | 0.28% | 0.35% | - |
| XYZ | 7.11 | 6.1 | 10.04 | - |
| YUV | 71.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 88 | 0.06 | 0.28 | 0 | 0.65 | 288 | 0.17 | 0.3 |
| Hex | 53 | 3F | 58 | 6 | 1C | 0 | 41 | 120 | 11 | 1E |
| Octal | 123 | 77 | 130 | 6 | 34 | 0 | 101 | 440 | 21 | 36 |
| Binary | 1010011 | 111111 | 1011000 | 110 | 11100 | 0 | 1000001 | 100100000 | 10001 | 11110 |
Color Harmonies of #533F58
Complementary color
Monochromatic Colors of #533F58
Black with #533F58
Text Example
Text Example
White with #533F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F58; }
p { color: rgb(83,63,88); }
H1.HeaderClassName
{
color: #533F58;
}
.AnyTagClassName
{
color: #533F58;
}
</style>
background-color css
<style>
a { background-color: #533F58; }
a { background-color: rgb(83,63,88); }
div.DivClassName
{
background-color: #533F58;
}
.BgClassName
{
background-color: #533F58;
}
</style>
border-color css
<style>
span { border-color: #533F58; }
span { border-color: rgb(83,63,88); }
td.TdClassName
{
border-color: #533F58;
}
.TagClassName
{
border-color: #533F58;
}
</style>