Shades of Bossanova #543D58
Tints of Bossanova #543D58
RGB
CMYK
RGB Variations
Color information
#543D58 (or 0x543D58) is known color: Bossanova. HEX triplet: 54, 3D and 58. RGB value is (84,61,88). Sum of RGB (Red+Green+Blue) = 84+61+88=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #543D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D58 is #ABC2A7. Grayscale: #464646. Windows color (decimal): -11256488 or 5782868. OLE color: 5782868.
HSL color Cylindrical-coordinate representation of color #543D58: hue angle of 291.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #543D58 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 61 | 88 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.65 |
| HSL | 291.11º | 0.18% | 0.29% | - |
| HSV(B) | 291.11º | 0.31% | 0.35% | - |
| XYZ | 7.09 | 5.93 | 10 | - |
| YUV | 70.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 88 | 0.05 | 0.31 | 0 | 0.65 | 291.11 | 0.18 | 0.29 |
| Hex | 54 | 3D | 58 | 5 | 1F | 0 | 41 | 123 | 12 | 1D |
| Octal | 124 | 75 | 130 | 5 | 37 | 0 | 101 | 443 | 22 | 35 |
| Binary | 1010100 | 111101 | 1011000 | 101 | 11111 | 0 | 1000001 | 100100011 | 10010 | 11101 |
Color Harmonies of #543D58
Complementary color
Monochromatic Colors of #543D58
Black with #543D58
Text Example
Text Example
White with #543D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D58; }
p { color: rgb(84,61,88); }
H1.HeaderClassName
{
color: #543D58;
}
.AnyTagClassName
{
color: #543D58;
}
</style>
background-color css
<style>
a { background-color: #543D58; }
a { background-color: rgb(84,61,88); }
div.DivClassName
{
background-color: #543D58;
}
.BgClassName
{
background-color: #543D58;
}
</style>
border-color css
<style>
span { border-color: #543D58; }
span { border-color: rgb(84,61,88); }
td.TdClassName
{
border-color: #543D58;
}
.TagClassName
{
border-color: #543D58;
}
</style>