Shades of Bossanova #57415A
Tints of Bossanova #57415A
RGB
CMYK
RGB Variations
Color information
#57415A (or 0x57415A) is known color: Bossanova. HEX triplet: 57, 41 and 5A. RGB value is (87,65,90). Sum of RGB (Red+Green+Blue) = 87+65+90=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #57415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57415A is #A8BEA5. Grayscale: #4A4A4A. Windows color (decimal): -11058854 or 5914967. OLE color: 5914967.
HSL color Cylindrical-coordinate representation of color #57415A: hue angle of 292.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57415A is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 65 | 90 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.65 |
| HSL | 292.8º | 0.16% | 0.3% | - |
| HSV(B) | 292.8º | 0.28% | 0.35% | - |
| XYZ | 7.67 | 6.55 | 10.53 | - |
| YUV | 74.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 90 | 0.03 | 0.28 | 0 | 0.65 | 292.8 | 0.16 | 0.3 |
| Hex | 57 | 41 | 5A | 3 | 1C | 0 | 41 | 125 | 10 | 1E |
| Octal | 127 | 101 | 132 | 3 | 34 | 0 | 101 | 445 | 20 | 36 |
| Binary | 1010111 | 1000001 | 1011010 | 11 | 11100 | 0 | 1000001 | 100100101 | 10000 | 11110 |
Color Harmonies of #57415A
Complementary color
Monochromatic Colors of #57415A
Black with #57415A
Text Example
Text Example
White with #57415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57415A; }
p { color: rgb(87,65,90); }
H1.HeaderClassName
{
color: #57415A;
}
.AnyTagClassName
{
color: #57415A;
}
</style>
background-color css
<style>
a { background-color: #57415A; }
a { background-color: rgb(87,65,90); }
div.DivClassName
{
background-color: #57415A;
}
.BgClassName
{
background-color: #57415A;
}
</style>
border-color css
<style>
span { border-color: #57415A; }
span { border-color: rgb(87,65,90); }
td.TdClassName
{
border-color: #57415A;
}
.TagClassName
{
border-color: #57415A;
}
</style>