Shades of Bossanova #57435B
Tints of Bossanova #57435B
RGB
CMYK
RGB Variations
Color information
#57435B (or 0x57435B) is known color: Bossanova. HEX triplet: 57, 43 and 5B. RGB value is (87,67,91). Sum of RGB (Red+Green+Blue) = 87+67+91=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #57435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57435B is #A8BCA4. Grayscale: #4B4B4B. Windows color (decimal): -11058341 or 5981015. OLE color: 5981015.
HSL color Cylindrical-coordinate representation of color #57435B: hue angle of 290º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57435B is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 67 | 91 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.64 |
| HSL | 290º | 0.15% | 0.31% | - |
| HSV(B) | 290º | 0.26% | 0.36% | - |
| XYZ | 7.83 | 6.8 | 10.8 | - |
| YUV | 75.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 91 | 0.04 | 0.26 | 0 | 0.64 | 290 | 0.15 | 0.31 |
| Hex | 57 | 43 | 5B | 4 | 1A | 0 | 40 | 122 | F | 1F |
| Octal | 127 | 103 | 133 | 4 | 32 | 0 | 100 | 442 | 17 | 37 |
| Binary | 1010111 | 1000011 | 1011011 | 100 | 11010 | 0 | 1000000 | 100100010 | 1111 | 11111 |
Color Harmonies of #57435B
Complementary color
Monochromatic Colors of #57435B
Black with #57435B
Text Example
Text Example
White with #57435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57435B; }
p { color: rgb(87,67,91); }
H1.HeaderClassName
{
color: #57435B;
}
.AnyTagClassName
{
color: #57435B;
}
</style>
background-color css
<style>
a { background-color: #57435B; }
a { background-color: rgb(87,67,91); }
div.DivClassName
{
background-color: #57435B;
}
.BgClassName
{
background-color: #57435B;
}
</style>
border-color css
<style>
span { border-color: #57435B; }
span { border-color: rgb(87,67,91); }
td.TdClassName
{
border-color: #57435B;
}
.TagClassName
{
border-color: #57435B;
}
</style>