Shades of Bossanova #554457
Tints of Bossanova #554457
RGB
CMYK
RGB Variations
Color information
#554457 (or 0x554457) is known color: Bossanova. HEX triplet: 55, 44 and 57. RGB value is (85,68,87). Sum of RGB (Red+Green+Blue) = 85+68+87=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #554457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554457 is #AABBA8. Grayscale: #4B4B4B. Windows color (decimal): -11189161 or 5719125. OLE color: 5719125.
HSL color Cylindrical-coordinate representation of color #554457: hue angle of 293.68º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554457 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 68 | 87 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.66 |
| HSL | 293.68º | 0.12% | 0.3% | - |
| HSV(B) | 293.68º | 0.22% | 0.34% | - |
| XYZ | 7.53 | 6.75 | 9.92 | - |
| YUV | 75.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 87 | 0.02 | 0.22 | 0 | 0.66 | 293.68 | 0.12 | 0.3 |
| Hex | 55 | 44 | 57 | 2 | 16 | 0 | 42 | 126 | C | 1E |
| Octal | 125 | 104 | 127 | 2 | 26 | 0 | 102 | 446 | 14 | 36 |
| Binary | 1010101 | 1000100 | 1010111 | 10 | 10110 | 0 | 1000010 | 100100110 | 1100 | 11110 |
Color Harmonies of #554457
Complementary color
Monochromatic Colors of #554457
Black with #554457
Text Example
Text Example
White with #554457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554457; }
p { color: rgb(85,68,87); }
H1.HeaderClassName
{
color: #554457;
}
.AnyTagClassName
{
color: #554457;
}
</style>
background-color css
<style>
a { background-color: #554457; }
a { background-color: rgb(85,68,87); }
div.DivClassName
{
background-color: #554457;
}
.BgClassName
{
background-color: #554457;
}
</style>
border-color css
<style>
span { border-color: #554457; }
span { border-color: rgb(85,68,87); }
td.TdClassName
{
border-color: #554457;
}
.TagClassName
{
border-color: #554457;
}
</style>