Shades of Bossanova #57445A
Tints of Bossanova #57445A
RGB
CMYK
RGB Variations
Color information
#57445A (or 0x57445A) is known color: Bossanova. HEX triplet: 57, 44 and 5A. RGB value is (87,68,90). Sum of RGB (Red+Green+Blue) = 87+68+90=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #57445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57445A is #A8BBA5. Grayscale: #4C4C4C. Windows color (decimal): -11058086 or 5915735. OLE color: 5915735.
HSL color Cylindrical-coordinate representation of color #57445A: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57445A is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 68 | 90 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.65 |
| HSL | 291.82º | 0.14% | 0.31% | - |
| HSV(B) | 291.82º | 0.24% | 0.35% | - |
| XYZ | 7.84 | 6.9 | 10.59 | - |
| YUV | 76.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 90 | 0.03 | 0.24 | 0 | 0.65 | 291.82 | 0.14 | 0.31 |
| Hex | 57 | 44 | 5A | 3 | 18 | 0 | 41 | 124 | E | 1F |
| Octal | 127 | 104 | 132 | 3 | 30 | 0 | 101 | 444 | 16 | 37 |
| Binary | 1010111 | 1000100 | 1011010 | 11 | 11000 | 0 | 1000001 | 100100100 | 1110 | 11111 |
Color Harmonies of #57445A
Complementary color
Monochromatic Colors of #57445A
Black with #57445A
Text Example
Text Example
White with #57445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57445A; }
p { color: rgb(87,68,90); }
H1.HeaderClassName
{
color: #57445A;
}
.AnyTagClassName
{
color: #57445A;
}
</style>
background-color css
<style>
a { background-color: #57445A; }
a { background-color: rgb(87,68,90); }
div.DivClassName
{
background-color: #57445A;
}
.BgClassName
{
background-color: #57445A;
}
</style>
border-color css
<style>
span { border-color: #57445A; }
span { border-color: rgb(87,68,90); }
td.TdClassName
{
border-color: #57445A;
}
.TagClassName
{
border-color: #57445A;
}
</style>