Shades of Bossanova #57435C
Tints of Bossanova #57435C
RGB
CMYK
RGB Variations
Color information
#57435C (or 0x57435C) is known color: Bossanova. HEX triplet: 57, 43 and 5C. RGB value is (87,67,92). Sum of RGB (Red+Green+Blue) = 87+67+92=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #57435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57435C is #A8BCA3. Grayscale: #4B4B4B. Windows color (decimal): -11058340 or 6046551. OLE color: 6046551.
HSL color Cylindrical-coordinate representation of color #57435C: hue angle of 288º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57435C is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 67 | 92 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.64 |
| HSL | 288º | 0.16% | 0.31% | - |
| HSV(B) | 288º | 0.27% | 0.36% | - |
| XYZ | 7.87 | 6.81 | 11.03 | - |
| YUV | 75.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 92 | 0.05 | 0.27 | 0 | 0.64 | 288 | 0.16 | 0.31 |
| Hex | 57 | 43 | 5C | 5 | 1B | 0 | 40 | 120 | 10 | 1F |
| Octal | 127 | 103 | 134 | 5 | 33 | 0 | 100 | 440 | 20 | 37 |
| Binary | 1010111 | 1000011 | 1011100 | 101 | 11011 | 0 | 1000000 | 100100000 | 10000 | 11111 |
Color Harmonies of #57435C
Complementary color
Monochromatic Colors of #57435C
Black with #57435C
Text Example
Text Example
White with #57435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57435C; }
p { color: rgb(87,67,92); }
H1.HeaderClassName
{
color: #57435C;
}
.AnyTagClassName
{
color: #57435C;
}
</style>
background-color css
<style>
a { background-color: #57435C; }
a { background-color: rgb(87,67,92); }
div.DivClassName
{
background-color: #57435C;
}
.BgClassName
{
background-color: #57435C;
}
</style>
border-color css
<style>
span { border-color: #57435C; }
span { border-color: rgb(87,67,92); }
td.TdClassName
{
border-color: #57435C;
}
.TagClassName
{
border-color: #57435C;
}
</style>