Shades of Bossanova #57405B
Tints of Bossanova #57405B
RGB
CMYK
RGB Variations
Color information
#57405B (or 0x57405B) is known color: Bossanova. HEX triplet: 57, 40 and 5B. RGB value is (87,64,91). Sum of RGB (Red+Green+Blue) = 87+64+91=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #57405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57405B is #A8BFA4. Grayscale: #494949. Windows color (decimal): -11059109 or 5980247. OLE color: 5980247.
HSL color Cylindrical-coordinate representation of color #57405B: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57405B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 64 | 91 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.64 |
| HSL | 291.11º | 0.17% | 0.3% | - |
| HSV(B) | 291.11º | 0.3% | 0.36% | - |
| XYZ | 7.65 | 6.45 | 10.74 | - |
| YUV | 73.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 91 | 0.04 | 0.30 | 0 | 0.64 | 291.11 | 0.17 | 0.3 |
| Hex | 57 | 40 | 5B | 4 | 1E | 0 | 40 | 123 | 11 | 1E |
| Octal | 127 | 100 | 133 | 4 | 36 | 0 | 100 | 443 | 21 | 36 |
| Binary | 1010111 | 1000000 | 1011011 | 100 | 11110 | 0 | 1000000 | 100100011 | 10001 | 11110 |
Color Harmonies of #57405B
Complementary color
Monochromatic Colors of #57405B
Black with #57405B
Text Example
Text Example
White with #57405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57405B; }
p { color: rgb(87,64,91); }
H1.HeaderClassName
{
color: #57405B;
}
.AnyTagClassName
{
color: #57405B;
}
</style>
background-color css
<style>
a { background-color: #57405B; }
a { background-color: rgb(87,64,91); }
div.DivClassName
{
background-color: #57405B;
}
.BgClassName
{
background-color: #57405B;
}
</style>
border-color css
<style>
span { border-color: #57405B; }
span { border-color: rgb(87,64,91); }
td.TdClassName
{
border-color: #57405B;
}
.TagClassName
{
border-color: #57405B;
}
</style>