Shades of Bossanova #574858
Tints of Bossanova #574858
RGB
CMYK
RGB Variations
Color information
#574858 (or 0x574858) is known color: Bossanova. HEX triplet: 57, 48 and 58. RGB value is (87,72,88). Sum of RGB (Red+Green+Blue) = 87+72+88=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #574858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574858 is #A8B7A7. Grayscale: #4E4E4E. Windows color (decimal): -11057064 or 5785687. OLE color: 5785687.
HSL color Cylindrical-coordinate representation of color #574858: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574858 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 72 | 88 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.65 |
| HSL | 296.25º | 0.1% | 0.31% | - |
| HSV(B) | 296.25º | 0.18% | 0.35% | - |
| XYZ | 8.01 | 7.37 | 10.23 | - |
| YUV | 78.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 88 | 0.01 | 0.18 | 0 | 0.65 | 296.25 | 0.1 | 0.31 |
| Hex | 57 | 48 | 58 | 1 | 12 | 0 | 41 | 128 | A | 1F |
| Octal | 127 | 110 | 130 | 1 | 22 | 0 | 101 | 450 | 12 | 37 |
| Binary | 1010111 | 1001000 | 1011000 | 1 | 10010 | 0 | 1000001 | 100101000 | 1010 | 11111 |
Color Harmonies of #574858
Complementary color
Monochromatic Colors of #574858
Black with #574858
Text Example
Text Example
White with #574858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574858; }
p { color: rgb(87,72,88); }
H1.HeaderClassName
{
color: #574858;
}
.AnyTagClassName
{
color: #574858;
}
</style>
background-color css
<style>
a { background-color: #574858; }
a { background-color: rgb(87,72,88); }
div.DivClassName
{
background-color: #574858;
}
.BgClassName
{
background-color: #574858;
}
</style>
border-color css
<style>
span { border-color: #574858; }
span { border-color: rgb(87,72,88); }
td.TdClassName
{
border-color: #574858;
}
.TagClassName
{
border-color: #574858;
}
</style>