Shades of Bossanova #574859
Tints of Bossanova #574859
RGB
CMYK
RGB Variations
Color information
#574859 (or 0x574859) is known color: Bossanova. HEX triplet: 57, 48 and 59. RGB value is (87,72,89). Sum of RGB (Red+Green+Blue) = 87+72+89=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #574859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574859 is #A8B7A6. Grayscale: #4E4E4E. Windows color (decimal): -11057063 or 5851223. OLE color: 5851223.
HSL color Cylindrical-coordinate representation of color #574859: hue angle of 292.94º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #574859 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 72 | 89 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.65 |
| HSL | 292.94º | 0.11% | 0.32% | - |
| HSV(B) | 292.94º | 0.19% | 0.35% | - |
| XYZ | 8.05 | 7.38 | 10.45 | - |
| YUV | 78.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 89 | 0.02 | 0.19 | 0 | 0.65 | 292.94 | 0.11 | 0.32 |
| Hex | 57 | 48 | 59 | 2 | 13 | 0 | 41 | 125 | B | 20 |
| Octal | 127 | 110 | 131 | 2 | 23 | 0 | 101 | 445 | 13 | 40 |
| Binary | 1010111 | 1001000 | 1011001 | 10 | 10011 | 0 | 1000001 | 100100101 | 1011 | 100000 |
Color Harmonies of #574859
Complementary color
Monochromatic Colors of #574859
Black with #574859
Text Example
Text Example
White with #574859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574859; }
p { color: rgb(87,72,89); }
H1.HeaderClassName
{
color: #574859;
}
.AnyTagClassName
{
color: #574859;
}
</style>
background-color css
<style>
a { background-color: #574859; }
a { background-color: rgb(87,72,89); }
div.DivClassName
{
background-color: #574859;
}
.BgClassName
{
background-color: #574859;
}
</style>
border-color css
<style>
span { border-color: #574859; }
span { border-color: rgb(87,72,89); }
td.TdClassName
{
border-color: #574859;
}
.TagClassName
{
border-color: #574859;
}
</style>