Shades of Bossanova #554A58
Tints of Bossanova #554A58
RGB
CMYK
RGB Variations
Color information
#554A58 (or 0x554A58) is known color: Bossanova. HEX triplet: 55, 4A and 58. RGB value is (85,74,88). Sum of RGB (Red+Green+Blue) = 85+74+88=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 74 (29.30% from 255 or 29.96% 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 #554A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A58 is #AAB5A7. Grayscale: #4E4E4E. Windows color (decimal): -11187624 or 5786197. OLE color: 5786197.
HSL color Cylindrical-coordinate representation of color #554A58: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554A58 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 74 | 88 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.65 |
| HSL | 287.14º | 0.09% | 0.32% | - |
| HSV(B) | 287.14º | 0.16% | 0.35% | - |
| XYZ | 7.96 | 7.53 | 10.27 | - |
| YUV | 78.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 88 | 0.03 | 0.16 | 0 | 0.65 | 287.14 | 0.09 | 0.32 |
| Hex | 55 | 4A | 58 | 3 | 10 | 0 | 41 | 11F | 9 | 20 |
| Octal | 125 | 112 | 130 | 3 | 20 | 0 | 101 | 437 | 11 | 40 |
| Binary | 1010101 | 1001010 | 1011000 | 11 | 10000 | 0 | 1000001 | 100011111 | 1001 | 100000 |
Color Harmonies of #554A58
Complementary color
Monochromatic Colors of #554A58
Black with #554A58
Text Example
Text Example
White with #554A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A58; }
p { color: rgb(85,74,88); }
H1.HeaderClassName
{
color: #554A58;
}
.AnyTagClassName
{
color: #554A58;
}
</style>
background-color css
<style>
a { background-color: #554A58; }
a { background-color: rgb(85,74,88); }
div.DivClassName
{
background-color: #554A58;
}
.BgClassName
{
background-color: #554A58;
}
</style>
border-color css
<style>
span { border-color: #554A58; }
span { border-color: rgb(85,74,88); }
td.TdClassName
{
border-color: #554A58;
}
.TagClassName
{
border-color: #554A58;
}
</style>