Shades of Bossanova #534157
Tints of Bossanova #534157
RGB
CMYK
RGB Variations
Color information
#534157 (or 0x534157) is known color: Bossanova. HEX triplet: 53, 41 and 57. RGB value is (83,65,87). Sum of RGB (Red+Green+Blue) = 83+65+87=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #534157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534157 is #ACBEA8. Grayscale: #484848. Windows color (decimal): -11321001 or 5718355. OLE color: 5718355.
HSL color Cylindrical-coordinate representation of color #534157: hue angle of 289.09º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #534157 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 65 | 87 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.66 |
| HSL | 289.09º | 0.14% | 0.3% | - |
| HSV(B) | 289.09º | 0.25% | 0.34% | - |
| XYZ | 7.18 | 6.31 | 9.86 | - |
| YUV | 72.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 87 | 0.05 | 0.25 | 0 | 0.66 | 289.09 | 0.14 | 0.3 |
| Hex | 53 | 41 | 57 | 5 | 19 | 0 | 42 | 121 | E | 1E |
| Octal | 123 | 101 | 127 | 5 | 31 | 0 | 102 | 441 | 16 | 36 |
| Binary | 1010011 | 1000001 | 1010111 | 101 | 11001 | 0 | 1000010 | 100100001 | 1110 | 11110 |
Color Harmonies of #534157
Complementary color
Monochromatic Colors of #534157
Black with #534157
Text Example
Text Example
White with #534157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534157; }
p { color: rgb(83,65,87); }
H1.HeaderClassName
{
color: #534157;
}
.AnyTagClassName
{
color: #534157;
}
</style>
background-color css
<style>
a { background-color: #534157; }
a { background-color: rgb(83,65,87); }
div.DivClassName
{
background-color: #534157;
}
.BgClassName
{
background-color: #534157;
}
</style>
border-color css
<style>
span { border-color: #534157; }
span { border-color: rgb(83,65,87); }
td.TdClassName
{
border-color: #534157;
}
.TagClassName
{
border-color: #534157;
}
</style>